Navigating Jupyter Notebook

Jupyter Notebook, known as IPython Notebook previously, is a wonderful tool for reporting. It allows us to integrate regular code with rich styling, formatting, markdown, and special text such as equation plots and live coding. This section will help you understand the essence of a Jupyter Notebook.

Jupyter Notebook can be launched through Anaconda Navigator or from the Terminal using the Jupyter Notebook command. It opens in the browser. The following window opens on startup:

Figure 9.20: Startup screen once a Jupyter Notebook loads up

A Jupyter Notebook can be created in any of the folders in the directory. The New option creates a new notebook, folder, or Terminal. The most interesting feature of this option is that it allows us to shift between multiple Conda environments with ease. For example, both Python 2 and Python 3 environments can be accessed through Jupyter, if installed already. Any notebooks in other directories can be transferred to the current working directory of Jupyter Notebook through the Upload option.

A notebook consists of a menu bar, a toolbar, and a cell area. A single notebook can comprise of multiple cells:

Figure 9.21: Menu bar and toolbar in Jupyter Notebook
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset