Skip to content

mjbright/ipython-in-depth

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 22 commits ahead, 63 commits behind ipython:master.
Contribute

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

IPython in depth tutorial

In its current form, this tutorial is meant to be executed with IPython 2.0 or newer. You can find our installation instructions here.

If you prefer using pip, you can also run:

pip install --upgrade jupyter[notebook]

which should give you all the necessary dependencies.

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

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

Or just download current master and unzip it.

At the command line, you can do this with (depending on whether your system uses wget or curl):

wget https://github.com/mjbright/ipython-in-depth/zipball/master -O ipython-in-depth.zip

or

curl -L https://github.com/mjbright/ipython-in-depth/zipball/master -o ipython-in-depth.zip

And then:

unzip ipython-in-depth.zip

You can then start the Jupyter notebook server at a terminal with:

jupyter notebook

Note that you can also launch this tutorial online using Binder:

Binder

Note: the original 'official' tutorial lives at:

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

About

IPython in-depth Tutorial, first presented at PyCon 2012

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 96.9%
  • Python 2.6%
  • Other 0.5%