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 3a0f421 commit 0362595Copy full SHA for 0362595
README.md
@@ -32,9 +32,9 @@ Or for current versions of Anaconda (Mar 2018)
32
33
$ conda create -n skl_tut python=3.4.5 ipywidgets=5.2.2 numpy scipy matplotlib scikit-learn ipython-notebook seaborn pillow
34
35
-activate skl_tut
+$ activate skl_tut
36
37
-jupyter notebook --notebook-dir='<tutorial folder>'
+$ jupyter notebook --notebook-dir='<tutorial folder>'
38
```
39
40
Alternatively, you can download and install the (very large) Anaconda software distribution, found at https://store.continuum.io/.
0 commit comments