Table of Contents
You should have a virtual environment set up. Check the README and the Anaconda guide. Install IPython in your environment if you haven't already.
Enter your virtual environment. Your command line prompt should include (your-environment-name)
. Now run this command:
$ ipython notebook
This will start the IPython notebook server process in your terminal and try to open the page http://localhost:8888/
in your default browser.
This page shows you a directory listing and lets you create new IPython notebooks or view and edit existing ones. Notebook files have the .ipynb
file extension.
In the terminal window in which you ran the ipython notebook
command, hit Control-C to stop the process.