How to Install Python and Jupyter Notebook on Windows

preview_player
Показать описание
In this tutorial, we go through the step by step process to install python and Jupyter Notebook on Windows.

You can follow step by step instructions here-

Download the latest version of python from here -

Must Do Data Analytics Certifications -

Google Data Analytics Professional Certificate

Google Advanced Data Analytics Professional Certificate

Please do not forget to like, subscribe and share.

For enrolling and enquiries, please contact us at
Рекомендации по теме
Комментарии
Автор

Some of you are having trouble with Jupyter. Please follow the below steps -
1 - Go to Scripts folder and install jupyter notebook again.
2 - Once it is installed, run the below command -
python -m ipykernel install --user --name=pythonlab

LearnatKnowstar
Автор

Thanks a lot, with the help of this video, my problem has been resolved

jyotisachdeva
Автор

Excellent stuff..your amazing. Struggling a lot to get it done. you showed it like a Pro

SivaKarna-bnei
Автор

absolutely working awesome thank you so much ...

mariabinoth
Автор

4:23 C:\Users\HP>virtualenv pythonlab => 'virtualenv' is not recognized as an internal or external command,
operable program or batch file. :( Can you help me with this? I did everything the same as you but don't know why this part doesnt work for me.

tamnguyenthi
Автор

The very last step, is to use 'jupyter notebook' on command promt is not working for me, as it is giving error and not been able to open notebook tab at the search engine.

koshlendradubey
Автор

Thank you very much for these videos that contain Python. Please make a separate playlist for them

abdelrahmansaber
Автор

How to install the jupyter kernel in this environment before launching the jupyterlab??. Plz help

akanksha
Автор

anyone typed jupyter notebook but it says "'jupyter' is not recognized as an internal or external command,
operable program or batch file."

jackhe
Автор

It doesn't help. python can't find jupiter distribution

sergeyegorov
Автор

Jupyter notebooks was installed inside Scripts folder for me. That might be why it cannot be accessed from outside.

justsomeone
Автор

Hi Installed until Jupyter and after that when i go to cmd prompt and followed ur instructions.
but
notebook
'jupyter' is not recognized as an internal or external command,
operable program or batch file.
What should I do?

rajarethinamn
Автор

how the hell should i copy that path in eviranment variables you didn't said about that

ARJUNop
Автор

you made it piece of cake, or rather peace of cake

NOMIZYGOUS
Автор

Dear Madam,

Can you help me, please? I had at least 3 issues with your method and tried to find alternatives.

1) When I run virtualenv pythonlab in cmd, message is: 'virtualenv' is not recognized as an internal or external command
So I ran this instead: python -m venv pythonlab
2) When I run python –m pip install jupyter in cmd, message is: No module named pip
So I ran this instead in pip install jupyter
3) Then I run in jupyter notebook and message is: 'jupyter' is not recognized as an internal or external command,
operable program or batch file.
So I followed you instruction and ran in pip install jupyter and then python -m ipykernel install --user --name=pythonlab.
Message is No module named ipykernel

I did what you recommended with the path variables and deselect Python and Python3 from aliases...
Thank you in advance for your support.

Have a nice day.

Achille-cx
Автор

Give thumbs down if it doesn't work.
It doesn't work for me on Windows 11.

'jupyter' is not recognized as an internal or external command,
operable program or batch file.

UPDATE: In CMD, type cd pythonlab\scripts then type jupyter notebook
If you type jupyter notebook in pythonlab folder, it will prompt this error.

'jupyter' is not recognized as an internal or external command,
operable program or batch file.

joedelnonan