Book Image

IPython Notebook Essentials

By : Luiz Felipe Martins
Book Image

IPython Notebook Essentials

By: Luiz Felipe Martins

Overview of this book

Table of Contents (15 chapters)
IPython Notebook Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Starting the notebook


To start the notebook, open a terminal window and run the following command:

ipython notebook

It is important that you are in the directory that contains your notebooks when you run the preceding command.