Page 421 - AI Ver 3.0 class 10_Flipbook
P. 421
To open Jupyter Notebook using Anaconda Prompt, follow these steps:
Step 1 Type Anaconda Prompt in the Search box beside the Start button.
Step 2 Click on Anaconda Prompt option.
Step 3 Type the following command and press Enter:
jupyter notebook
All of the above stated ways will open the Jupyter Notebook in the default browser with the URL: http://
localhost:8888/tree as shown below:
The Jupyter Notebook dashboards is used for exploring, editing and creating your notebooks. Click on the New
button present on the top right corner of the screen and select Python3(ipykernel) option from the given menu.
Advance Python (Practical) 419

