Creating, editing and running Jupyter Notebooks
Creating Notebooks
To create a Notebook:
- Return to the Jupyter Home browser tab;
- Click the Files Jupyter tab;
- Browse to the directory where you want to create your new Notebook;
- Click New and choose the notebook template;
- A blank Notebook should appear in a new browser tab.
Your Notebook will have access to the packages installed in the selected environment.
Opening existing Notebooks
Alternatively you can click on an existing Notebook (.ipynb
) file in Jupyter’s file browser to open it.
Using Jupyter Notebooks
The basics of using Jupyter Notebooks to create self-describing, runable workflow documents are explained in the Jupyter Notebook official documentation.