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: README.md
+8-13
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,30 @@
2
2
3
3
## Tutorial, JupyterCon 2017
4
4
5
-
# Installation -- last updated 22 Aug, 4PM EDT
5
+
# Installation
6
6
7
-
The code in the tutorial has been written using Python 3; though it may also work with Python 2.7, it has not been tested extensively against that version.
7
+
The code in the tutorial has been written using Python 3; though most of it may also work with Python 2.7.
8
8
9
9
We **strongly recommend** using the Anaconda Python distribution. You can install either the full [anaconda distribution](https://www.continuum.io/downloads) (very extensive, but large) or [miniconda](https://conda.io/miniconda.html) (much smaller, only essential packages).
10
10
11
-
There are download instructions below for installation using pip, which should work with any Python distribution, and the script for checking your installation should run on any Python.
11
+
There are download instructions below for installation using pip, which should work with any Python distribution.
12
12
13
13
## anaconda/miniconda installation instructions
14
14
15
15
The steps below will get you a working environment.
To check your installation, please download the script [install_check.py](https://raw.githubusercontent.com/mwcraig/scipy2017-jupyter-widgets-tutorial/master/install_check.py) and run it:
42
-
43
-
```
44
-
python install_check.py
45
-
```
46
-
47
42
## Tutorial materials
48
43
49
-
To get the tutorial materials, clone this repository.**Please plan to update the materials shortly before the tutorial.**
44
+
To get the tutorial materials, clone this repository.
0 commit comments