Launching Jupyter Notebook and navigating its interfaces
First, we’ll learn how to launch Jupyter Notebook. To do so, simply navigate to the Anaconda home panel and find the Launch button. Once you’ve installed Jupyter Notebook, instead of the Install button, a Launch button will appear, as shown here:
Figure 2.5 – Navigating Anaconda’s windows and panels
Click on the Launch button and wait a couple of seconds. Upon launching Jupyter Notebook, it will automatically open in one of your internet browsers.
To avoid problems with launching Jupyter Notebook, make sure you have an internet browser installed on your computer. Jupyter Notebook will run on most standard internet browsers, including Google Chrome, Microsoft Edge, and Mozilla Firefox.
Here’s the first interface you’ll encounter once you launch Jupyter Notebook:
Figure 2.6 – Jupyter Notebook’s management interface...