With the Anaconda Jupyter notebook you can start the notebook using the launcher or via command line.
Launch the Jupyter Notebook from Anaconda Navigator
- To start the Jupyter Notebook using the launcher click on the Anaconda Navigator icon

Launch the Jupyter Notebook from the command line
- Launch a terminal/command line window
- Enter the following command: jupyter notebook
- The Jupyter notebook Home Page will open


The Jupyter notebook Home page will open in your Home Directory
- Jupyter Lesson 1: Installing the Jupyter Notebook
- Jupyter Lesson 2: Starting the Jupyter Notebook
- Jupyter Lesson 3: Create a working folder in the Jupyter Notebook
- Jupyter Lesson 4: Create a new Jupyter Notebook
- Jupyter Lesson 5: Working with MarkDown Cells
- Jupyter Lesson 6: Working with Code Cells
- Jupyter Lesson 7: Using Magic Commands
- Jupyter Lesson 8: Jupyter Notebook Keyboard Shortcuts
- Jupyter Lesson 9: How to Interrupt the Kernel (Stop code from running)
- Jupyter Lesson 10: How to reset the Kernel (Clear all in memory objects and stop the code)
- IPyWidgets (UI Controls)