How to Install Jupyter Notebook on Windows 10/11 using Anaconda (2026) | Step-by-Step Guide
Below is a Step-by-Step Guide to Install Jupyter Notebook on Windows 10/11 using Anaconda:
Step 1: Download Anaconda
- Open your browser and go to the official website of Anaconda:
https://www.anaconda.com/download - Click on 'Skip Registration'.
- Under 'Windows' and 'Anaconda Distribution', click on 'Windows 64-Bit Graphical Installer' to download
Anaconda3-2025.12-2-Windows-x86_64.exe.
Step 2: Run the Installer
- Open the downloaded
.exefile. - Click 'Next'.
- On the License Agreement screen, click 'I Agree'.
- Choose 'Just Me (recommended)' unless multiple users need it, then click 'Next'.
Step 3: Choose Installation Location
- Keep the default path (recommended):
C:\Users\YourName\anaconda3 - Click 'Next'.
Step 4: Installation Options
- Check the following options:
- Clear the package cache upon completion
- Add Anaconda to my PATH environment variable
- Register Anaconda as my default Python
- Click 'Install'.
Step 5: Finish Installation & Launch Anaconda
After installation:
- Click 'Next' ➡️ 'Next'.
- Click 'Finish'.
Step 6: Launch Jupyter Notebook
Inside Anaconda Navigator:
- Find 'Jupyter Notebook'.
- Click 'Launch'.
- Your browser will automatically open something like:
http://localhost:8888/tree
That is the Jupyter Notebook dashboard.
Step 7: Verify Installation
- Open Command Prompt and run command:
conda --version
Output will be a conda version number like:
conda 26.1.1 - Open Command Prompt and run command:
jupyter notebook --version
Output will be a version number.














Comments
Post a Comment