The document provides two alternatives for installing Jupyter Notebook. The first alternative involves downloading Anaconda, following installation steps, and accessing Jupyter through the Start Menu. The second alternative uses command prompt commands to install Jupyter directly, which then opens in the default browser.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
1 views
Python Installation
The document provides two alternatives for installing Jupyter Notebook. The first alternative involves downloading Anaconda, following installation steps, and accessing Jupyter through the Start Menu. The second alternative uses command prompt commands to install Jupyter directly, which then opens in the default browser.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8
Alternative 1:
1. Click on the link -https://www.anaconda.com/download/success
2. The following screen appears:
3. Click on the button highlighted in red box:
4. A file named “Anaconda3-2024.06-1-Windows-x86_64” will appear in the
downloaded section. Open the file and follow the steps with the screenshots below: 5. Click on next
6. Click on “I agree”
7. Select “Just me”
8. Click on “Next”. The file was get installed in the Destination folder mentioned: 9. Click on Install: 10. The following screen pops up: 11. Once the installation is complete, you can find Jupyter Notebook in the Start Menu(or here - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Anaconda3 (64-bit)) 12. If you click to open start it, a page like the one mentioned in the screenshot below will appear in your chrome/edge(default browser): 13. Click on File>New>Notebook to open a new notebook
14. This is Python notebook where the python codes will be written:
Alternative 2: Open command prompt and the following 2 codes-
python -m pip install jupyter
python -m jupyterlab
A jupyter notebook will open up in the default browser –