DEV Community

Avinash Vagh
Avinash Vagh

Posted on • Originally published at Medium

Installing Python & Jupyter Notebook on Windows11

Installing Python can be tricky, I too get messed for a while !

here’s simple way of installing Python & Jupyter Notebook in Windows 11

python google search

Search Python in Chrome Browser !
you’ll see the first official site : https://www.python.org

and you should open that site & then go to https://www.python.org/downloads/

python download

and then you click on windows :

python for windows

and finally, you need to click on Download Python & It will download the Latest Version of Python for Windows.

Once, You Download it,
just go to folder & click on Python Application file

python install

it will open application setup, You need to check both box in setup given, I’m sure one of them is already checked, but you need to check other box as well, by checking means you need to click on check box ! other check box will be “Add Python 3.11 to Path” , so check that, and just run “Install Now”.

once, it is installed, go to windows, and search “cmd” and open it.

once, you “CMD” then you need to run following step to Install Jupyter Notebook.

Run Following Command in CMD

python --version
Enter fullscreen mode Exit fullscreen mode
pip --version
Enter fullscreen mode Exit fullscreen mode
pip install jupyterlab
Enter fullscreen mode Exit fullscreen mode
pip install jupyterlab
Enter fullscreen mode Exit fullscreen mode
pip install jupyter notebook
Enter fullscreen mode Exit fullscreen mode

& if there’s any command or instruction given for upgrading pip in CMD then run that command to upgrade pip.

that’s it.

then close CMD.

now, go to Desktop, Create a folder “Test Jupyter”

open that folder.

jupyter folder

Jupyter notebook folder
for you, this folder will be empty, as I have already create few files, so, its showing here, but for you it will be completely empty.

can you, see that highlighted URL address in above folder ? in blue color ?
select that all, and hit backspace key, and write CMD there & hit Enter

cmd jupyter

cmd Jupyter notebook
just write CMD in that URL bar, and hit enter simply open “CMD” for you.

once CMD open, you just need to run command

jupyter notebook
Enter fullscreen mode Exit fullscreen mode

and it’ll open up Jupyter Notebook in you default Browser, that’s it.

Jupyter Notebook in Chrome

Enjoy.
That’s all for now !!

Thank You For Reading Blog, Hope it Helps You.


Whenever you’re ready, there are 3 ways I can help you:

  1. If you’re a fresher looking to kickstart your career in a remote job, I’d recommend starting with my affordable eBook:

→ “Starting Your Career as a Remote Developer: Tips and Strategies for Freshers”: Unlock the secrets to landing a high-paying remote job, with earnings between $60k-$80k USD. This comprehensive eBook shares strategies that have helped numerous freshers break into the remote job market with confidence. 800+ people already grabbed it. Get your copy here.

  1. For Indian job seekers, I offer a powerful Notion database product:

→ “The Ultimate Indian Startup Job Database | Top 500+ Startup Companies in India for Fresher Developers to Apply for Job”: Access a curated list of 500+ startup companies in India that are hiring, and use the Notion database to track the number of companies you apply to, the positions you apply for, and the status of your applications. Get started here.

  1. If you’re looking to launch a successful startup, don’t miss my Notion product packed with innovative ideas:

→ “SAAS Idea Vault: 21 Comprehensive Startup Blueprints”: Discover 21 game-changing startup blueprints in our Notion vault, complete with MVP features, tech stack recommendations, and folder and file structures for frontend and backend. Kickstart your entrepreneurial journey here.

If you found this article informative, make sure to leave your comment.

Connect: Twitter | LinkedIn | YouTube | Newsletter | Buy my Digital Products

Top comments (0)