We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a0616a + da235a1 commit 03a1effCopy full SHA for 03a1eff
1 file changed
README.md
@@ -1,7 +1,7 @@
1
# Dask Tutorial
2
3
-This tutorial was last given at SciPy 2018 in Austin Texas.
4
-[A video is available online](https://www.youtube.com/watch?v=mqdglv9GnM8).
+This tutorial was last given at SciPy 2020 which was a virtual conference.
+[A video of the SciPy 2018 tutorial is available online](https://www.youtube.com/watch?v=mqdglv9GnM8).
5
6
[](https://mybinder.org/v2/gh/dask/dask-tutorial/master?urlpath=lab)
7
@@ -42,6 +42,7 @@ In the main repo directory
42
conda env create -f binder/environment.yml
43
conda activate dask-tutorial
44
jupyter labextension install @jupyter-widgets/jupyterlab-manager
45
+ jupyter labextension install @bokeh/jupyter_bokeh
46
47
#### b) Install into an existing environment
48
0 commit comments