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.
1 parent f14be43 commit 3864542Copy full SHA for 3864542
README.md
@@ -38,3 +38,16 @@ Change directory inside the directory newly created:
38
You can then start the IPython notebook server at a terminal with:
39
40
jupyter notebook
41
+
42
43
+## Docker images
44
45
+The tutorial do reference a couple of docker images that are quite heavy
46
+(several GB). Please do not download them on conference wifi. You may want to
47
+populate the Docker Cache you may want to use the following command ahead of
48
+time:
49
50
+ $ docker pull jupyter/data-science-notebook
51
52
+The image contains a installation of the Jupyter notebook with R, Julia,
53
+Python2, Python3 and a couple of library for each language.
0 commit comments