• Stars
    star
    928
  • Rank 47,454 (Top 1.0 %)
  • Language
    Jupyter Notebook
  • License
    Other
  • Created about 12 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

IPython and Jupyter in-depth Tutorial, first presented at PyCon 2012

IPython in depth tutorial

Try it out on Binder! Binder

In its current form, this tutorial is meant to be executed with Jupyter notebook 5.0, using IPython 6.0 or newer on Python 3, the latest IPython version compatible with Python 2 is IPython 5.x that may not have the exact same behavior and all the features presented in this tutorial.

You can find our installation instructions for IPython and Jupyter notebook

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

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

Or 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/ipython/ipython-in-depth/zipball/master -O ipython-in-depth.zip

or

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

And then:

unzip ipython-in-depth.zip

Change directory inside the directory newly created:

cd ipython-in-depth

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

jupyter notebook

Docker images

The tutorial do reference a couple of docker images that are quite heavy (several GB). Please do not download them on conference wifi. You may want to populate the Docker Cache you may want to use the following command ahead of time:

$ docker pull jupyter/datascience-notebook

The image contains a installation of the Jupyter notebook with R, Julia, Python2, Python3 and a couple of libraries for each language.

More Repositories

1

ipython

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Python
16,143
star
2

ipyparallel

IPython Parallel: Interactive Parallel Computing in Python
Jupyter Notebook
2,552
star
3

xkcd-font

The xkcd font
Python
1,027
star
4

ipykernel

IPython Kernel for Jupyter
Python
614
star
5

traitlets

A lightweight Traits like module
Python
602
star
6

ipynb

Package / Module importer for importing code from Jupyter Notebook files (.ipynb)
Jupyter Notebook
238
star
7

pickleshare

File system based database that uses python pickles
Python
69
star
8

ipython-website

IPython website sources. Any fixes to the website should be done on this repository.
HTML
48
star
9

ipython-doc

Old builds of all the documentation for IPython's various releases, plus current development tree.
HTML
36
star
10

rlipython

Readline Interface for IPython 5.4+
Python
31
star
11

salt-states-nbviewer

Salt States for nbviewer
Scheme
19
star
12

disp

Providing default representations of common objects in Python land
Jupyter Notebook
18
star
13

front-to-back

Talk about IPython frontends and backends for PyData SV 2014
Jupyter Notebook
17
star
14

talks

Talks and demonstration notebooks about IPython, to be used by anyone (all materials CC-BY licensed)
Python
16
star
15

matplotlib-inline

Inline Matplotlib backend for Jupyter
Python
15
star
16

marketing

Marketing materials for IPython: logos, banners, stickers, etc.
Jupyter Notebook
12
star
17

ipython_genutils

Vestigial IPython utilities: DO NOT USE
Python
10
star
18

ipython-ansible-jenkins

[Deprecated] Ansible playbook for our Jenkins server
9
star
19

ipython.github.com

Auto-generated sphinx version of the IPython website. Since this is an auto-generated directory, do *not* submit pull requests against this repository. The actual sources are in the ipython-website repository.
HTML
9
star
20

comm

Python Comm implementation for the Jupyter kernel protocol
Python
8
star
21

paper-notebook2013

A paper about the IPython Notebook written in 2013
7
star
22

mozfest2014

Introduction to the IPython Notebook at MozFest 2014
Shell
4
star
23

sloan-2013-reports

Progress reports for the Sloan 2013-14 grant.
Python
4
star
24

usersurveys

Materials for and results from user surveys
Python
2
star