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-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,22 @@
1
1
# IPython in depth tutorial
2
2
3
+
Try it out on Binder! [](https://mybinder.org/v2/gh/ipython/ipython-in-depth/master?filepath=binder%2FIndex.ipynb)
4
+
3
5
In its current form, this tutorial is meant to be executed with Jupyter notebook
4
6
5.0, using IPython 6.0 or newer on Python 3, the latest IPython version
5
7
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.
7
9
8
10
9
11
You can find our installation instructions [for
10
-
IPython](http://ipython.org/install.html) and [Jupyter
0 commit comments