Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
Run analsyis w/ new users
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Middelkoop authored and Timothy Middelkoop committed Nov 10, 2021
1 parent 5344c56 commit d2d7eae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions content/GCP/06_running_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@
"0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.\n",
"Need to get 0 B/5633 kB of archives.\n",
"After this operation, 36.2 MB of additional disk space will be used.\n",
"debconf: unable to initialize frontend: Dialog\n",
"debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)\n",
"debconf: falling back to frontend: Readline\n",
"Selecting previously unselected package git.\n",
"(Reading database ... 55447 files and directories currently installed.)\n",
"Preparing to unpack .../git_1%3a2.20.1-2+deb10u3_amd64.deb ...\n",
Expand All @@ -117,10 +114,10 @@
"output_type": "stream",
"text": [
"Cloning into 'CLASS-Examples'...\n",
"remote: Enumerating objects: 16, done. \n",
"remote: Counting objects: 100% (16/16), done. \n",
"remote: Compressing objects: 100% (13/13), done. \n",
"remote: Total 41 (delta 4), reused 15 (delta 3), pack-reused 25 \n",
"remote: Enumerating objects: 16, done.\u001b[K\n",
"remote: Counting objects: 100% (16/16), done.\u001b[K\n",
"remote: Compressing objects: 100% (13/13), done.\u001b[K\n",
"remote: Total 41 (delta 4), reused 15 (delta 3), pack-reused 25\u001b[K\n",
"Unpacking objects: 100% (41/41), done.\n"
]
}
Expand Down Expand Up @@ -150,12 +147,12 @@
"output_type": "stream",
"text": [
"total 24\n",
"-rw-r--r-- 1 tmiddelkoop tmiddelkoop 841 Nov 9 22:31 ReadMe.md\n",
"-rw-r--r-- 1 tmiddelkoop tmiddelkoop 72 Nov 9 22:31 clean.sh\n",
"-rw-r--r-- 1 tmiddelkoop tmiddelkoop 256 Nov 9 22:31 download.sh\n",
"-rw-r--r-- 1 tmiddelkoop tmiddelkoop 314 Nov 9 22:31 get-index.sh\n",
"-rw-r--r-- 1 tmiddelkoop tmiddelkoop 110 Nov 9 22:31 search.json\n",
"-rw-r--r-- 1 tmiddelkoop tmiddelkoop 1447 Nov 9 22:31 search.py\n"
"-rw-r--r-- 1 learner learner 841 Nov 10 18:06 ReadMe.md\n",
"-rw-r--r-- 1 learner learner 72 Nov 10 18:06 clean.sh\n",
"-rw-r--r-- 1 learner learner 256 Nov 10 18:06 download.sh\n",
"-rw-r--r-- 1 learner learner 314 Nov 10 18:06 get-index.sh\n",
"-rw-r--r-- 1 learner learner 110 Nov 10 18:06 search.json\n",
"-rw-r--r-- 1 learner learner 1447 Nov 10 18:06 search.py\n"
]
}
],
Expand Down Expand Up @@ -244,7 +241,7 @@
"feature is enabled by default but requires that compiled crcmod be\n",
"installed (see \"gsutil help crcmod\").\n",
"\n",
"/ [1 files][757.2 MiB/757.2 MiB] \n",
"\\ [1 files][757.2 MiB/757.2 MiB] \n",
"Operation completed over 1 objects/757.2 MiB. \n"
]
}
Expand Down Expand Up @@ -274,7 +271,7 @@
"output_type": "stream",
"text": [
"total 2.6G\n",
"-rw-r--r-- 1 tmiddelkoop tmiddelkoop 2.6G Nov 9 22:31 index.csv\n"
"-rw-r--r-- 1 learner learner 2.6G Nov 10 18:06 index.csv\n"
]
}
],
Expand Down
File renamed without changes.

0 comments on commit d2d7eae

Please sign in to comment.