You’ll need to obtain two things to work with this tutorial.

  1. Be able to launch IPython Notebook
  2. Obtain the github repository for this workshop

Obtaining Tutorial Notebooks

  1. Clone the github repository for this workshop
  2. At the command line, cd to the 1-Python/notebooks.
  3. Type ipython notebook.
  • This should open a new tab in a web browser. (We suggest Firefox.)
  • To start a new notebook from scratch for today’s demo, click on New Notebook
  • You can see the notebook from the demo here http://tinyurl.com/au7e4jn

Useful IPython Notebook Commands

The most important one:

  • shift-Enter: run the current cell
comments powered by Disqus



Edit this document!

This file can be edited directly through the Web. Anyone can update and fix errors in this document with few clicks -- no downloads needed.

  1. Go to Running IPython Notebook on GitHub.
  2. Edit files using GitHub's text editor in your web browser (see the 'Edit' tab on the top right of the file)
  3. Fill in the Commit message text box at the bottom of the page describing why you made the changes. Press the Propose file change button next to it when done.
  4. Then click Send a pull request.
  5. Your changes are now queued for review under the project's Pull requests tab on GitHub!

For an introduction to the documentation format please see the reST primer.