Skip to content

Commit f788518

Browse files
committed
add binder link to README
1 parent b2378f9 commit f788518

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
# IPython in depth tutorial
22

3+
Try it out on Binder! [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ipython/ipython-in-depth/master?filepath=binder%2FIndex.ipynb)
4+
35
In its current form, this tutorial is meant to be executed with Jupyter notebook
46
5.0, using IPython 6.0 or newer on Python 3, the latest IPython version
57
compatible with Python 2 is IPython 5.x that may not have the exact same
6-
behavior and all the features presented in this tutorial.
8+
behavior and all the features presented in this tutorial.
79

810

911
You can find our installation instructions [for
10-
IPython](http://ipython.org/install.html) and [Jupyter
11-
notebook](http://jupyter.readthedocs.io/en/latest/install.html)
12+
IPython](https://ipython.org/install.html) and [Jupyter
13+
notebook](https://jupyter.readthedocs.io/en/latest/install.html)
1214

1315
To get the tutorial, checkout the `ipython-in-depth` repo:
1416

1517
git clone https://github.com/ipython/ipython-in-depth
1618

17-
Or just [download current
19+
Or [download current
1820
master](https://github.com/ipython/ipython-in-depth/zipball/master) and unzip
1921
it.
2022

@@ -35,7 +37,7 @@ Change directory inside the directory newly created:
3537

3638
cd ipython-in-depth
3739

38-
You can then start the IPython notebook server at a terminal with:
40+
You can then start the Jupyter notebook server at a terminal with:
3941

4042
jupyter notebook
4143

@@ -50,4 +52,4 @@ time:
5052
$ docker pull jupyter/data-science-notebook
5153

5254
The image contains a installation of the Jupyter notebook with R, Julia,
53-
Python2, Python3 and a couple of library for each language.
55+
Python2, Python3 and a couple of libraries for each language.

0 commit comments

Comments
 (0)