You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 05-distributed-dataframes-and-efficiency.ipynb
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
"\n",
12
12
"# Personal Dask Cluster\n",
13
13
"\n",
14
-
"Go to http://35.192.17.108/hub/login for your own Dask cluster. Use your first and last name provided to PyCon for the username and \"dask\" for the password.\n",
14
+
"Go to http://<TBD>/hub/login for your own Dask cluster. Use your first and last name provided to SciPy for the username and \"dask\" for the password.\n",
Copy file name to clipboardExpand all lines: README.md
+14-12
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
# Parallel Data Analysis with Dask
2
2
3
-
Materials for the [Dask tutorial at PyCon 2018](https://us.pycon.org/2018/schedule/presentation/47/).
3
+
Materials for the [Dask tutorial at SciPy 2018](https://scipy2018.scipy.org/ehome/index.php?eventid=299527&tabid=711308&cid=2229599&sessionid=21547348&sessionchoice=1&).
4
4
5
5
## First Time Setup
6
6
7
-
If you don't have `git` installed, you can download a ZIP copy of the repository using the green button above.
8
-
Note that the file will be called `dask-tutorial-pycon-2018-master`, instead of `dask-tutorial-pycon-2018`.
7
+
If you don't have `git` installed, you can download a ZIP copy of the repository using the green button
8
+
("Clone or Download"->"Download ZIP") above.
9
+
In this case the file will be called `dask-tutorial-scipy-2018-master`, instead of `dask-tutorial-scipy-2018`.
9
10
Adjust the commands below accordingly.
10
11
11
12
@@ -15,17 +16,17 @@ Adjust the commands below accordingly.
15
16
# Update conda
16
17
conda update conda
17
18
18
-
# Clone the repository. Or download the ZIP and add `-master` to the name.
We have a [pangeo](https://github.com/pangeo-data/pangeo) deployment running that'll provide everyone with their own cluster to try out Dask on some larger problems.
67
-
You can log into the cluster by going to:
67
+
We have a [pangeo](https://github.com/pangeo-data/pangeo) deployment running that'll provide everyone with their own
0 commit comments