File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- # IPython in depth tutorial (EuroSciPy edition)
1
+ # IPython in depth tutorial (EuroSciPy 2013 edition)
2
+
2
3
3
4
To get the tutorial, checkout the `ipython-in-depth` repo:
4
5
5
- $ git clone https://github.com/ipython/ipython-in-depth
6
+ $ git clone https://github.com/ipython/ipython-in-depth -b euroscipy-2013
6
7
7
8
Or just download and unzip current master:
8
9
9
- $ wget https://github.com/ipython/ipython-in-depth/zipball/master -O ipython-in-depth.zip
10
+ $ wget https://github.com/ipython/ipython-in-depth/zipball/euroscipy-2013 -O ipython-in-depth.zip
10
11
# or
11
- $ curl -L https://github.com/ipython/ipython-in-depth/zipball/master -o ipython-in-depth.zip
12
+ $ curl -L https://github.com/ipython/ipython-in-depth/zipball/euroscipy-2013 -o ipython-in-depth.zip
12
13
$ unzip ipython-in-depth.zip
13
14
14
15
To start the notebook server with the shipped `euroscipy` profile:
You can’t perform that action at this time.
0 commit comments