ipython / mozfest2014

Introduction to the IPython Notebook at MozFest 2014

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mozfest2014

Introduction to the IPython Notebook at MozFest 2014!

Please install the IPython notebook ahead of time. If you have trouble, come find us and we'll help you out!

Facilitators:

Installation

If you're just getting started with Python, we recommend downloading and installing Continuum's Anaconda or the free edition of Enthought's Canopy.

Alternatively, there is a Docker image available with kernels for Julia, Python, and R called ipython/mozfest2014. It is ~3.5 GB though, so you'll need to be mindful of where you run it (boot2docker starts with a small disk). If time allows, we'll have some temporary servers up in London that will be preloaded with this image (wifi permitting).

Upgrading

If you have IPython notebook installed already, great! We'll need IPython 2.2+ for this tutorial session, so upgrade in your preferred way.

Anaconda:

conda update conda
conda update ipython

Enthought Canopy:

enpkg ipython

Content

Notebooks of interest:

About

Introduction to the IPython Notebook at MozFest 2014

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 100.0%