Install Jupyter Notebook and Python on Windows 11

Hello Friends,
Welcome all in this new video, in this video, I have talked about how to install Python and then Jupyter Notebook on Windows 11. In this I have used pip method to install Jupyter Notebook. In the last of this video, I have talked about How can we run any python code in a notebook and also use it like a notepad. 😊🤗
Please support me and 👇
Subscribe to the channel: ‪@aiwithuday‬
Follow me on Instagram: / analyst_uday
Connect me on LinkedIn: / udaybhan
..
..
..
About me and my KZread channel 👇
Hello, my name is Udaybhan. I recently graduated from NIT Allahabad and am currently working as an AI Engineer in Navi Mumbai for a startup called Aivot.ai. I am very interested in Data Science, Machine Learning, Deep Learning, and Computer Vision. This is my KZread channel where I will post my works on various Machine Learning and Data Science topics with many real-world problem scenarios. Please subscribe and support the channel. I'll try to make more interesting content as time goes on.

Пікірлер: 56

  • @ragavsainihar4822
    @ragavsainihar482211 ай бұрын

    I have searched in many channels.. but this video helped me a lot.. thanks bro

  • @user-kc5lq6px7v
    @user-kc5lq6px7vАй бұрын

    It worked for me.Thank You

  • @user-le8ru8qs9p
    @user-le8ru8qs9p10 ай бұрын

    thank you so much . this helped me a lot please keep it up.❤❤❤❤❤❤❤❤

  • @nalinthawijayaweera2024
    @nalinthawijayaweera2024 Жыл бұрын

    Beneficial video. Keep up the good work ❤

  • @aiwithuday

    @aiwithuday

    Жыл бұрын

    Thank you for your kind words 😉

  • @SuccinctGuy
    @SuccinctGuy Жыл бұрын

    very useful vedio. Keep uploading such valuable content.

  • @aiwithuday

    @aiwithuday

    Жыл бұрын

    Thank you 😊

  • @user-vu5hf4gp8v
    @user-vu5hf4gp8v Жыл бұрын

    thank you. very useful

  • @shubhajamatia7912
    @shubhajamatia79122 ай бұрын

    i could not install jupyter notebook on my windows 11. It shows Controlled folder access blocked python.exe from making changes. what to do please help.

  • @SalwaSheikh-lm4tv
    @SalwaSheikh-lm4tv16 күн бұрын

    ty

  • @pramodinipawar631
    @pramodinipawar63111 ай бұрын

    Thank you 😊

  • @Ujvall
    @Ujvall10 ай бұрын

    Helped a Ton

  • @indonesiaofficial9909
    @indonesiaofficial9909Ай бұрын

    Hey dada , how can i save my project in folder?

  • @pranaysai1174
    @pranaysai117410 ай бұрын

    THANK YOU SO MUCH BROTHERRRRRRRRRRRRRRRRRRR

  • @sudharshangavvala381
    @sudharshangavvala38110 ай бұрын

    thnx anna

  • @kashmirking2446
    @kashmirking24467 ай бұрын

    After installing jupyter in command prompt. We have to right jupyter notebook then only it will download,..

  • @komaljangid5571
    @komaljangid55714 ай бұрын

    Very useful video

  • @laharib7795
    @laharib77955 ай бұрын

    hi i am not getting \app data\local\ without this it's getting like this (C:\Program Files\Python312\Scripts) so what to do please say i need gudience

  • @alfathakbar6225
    @alfathakbar62255 ай бұрын

    after pip install jupyter book it says error, what should i do brother?

  • @keerthikolanji123
    @keerthikolanji123 Жыл бұрын

    Tq sir😊

  • @aiwithuday

    @aiwithuday

    Жыл бұрын

    Welcome 😊

  • @tranthinhqnam
    @tranthinhqnam Жыл бұрын

    Hi Uday , do u think that should i use VSCode to code python for DA or Jupyter ? because i wanna use VScode rather than

  • @aiwithuday

    @aiwithuday

    Жыл бұрын

    Thanks for your query 🙂 In my opinion, If you are a beginner then you should first try to use Jupyter Notebook because Jupyter allows for cell by cell execution of code blocks, which further allows for convenient testing of blocks of code. And if you are working on some project where you need to run all the cells in the code everytime then you should definitely use an IDE like VScode or Pycharm ( it's your choice, one advantage with Pycharm is, it creates a virtual environment automatically for different projects, in VScode you do it by yourself). I hope it helps 🙏

  • @pswathi752
    @pswathi7529 ай бұрын

    i tried but it throwing an error msg: ERROR: unknown command "jupyter" what should i do , help me out

  • @aiwithuday

    @aiwithuday

    9 ай бұрын

    Sad to hear that, I will try to create a new video on this topic and upload ASAP. However if you have followed each and every step carefully, then also this error is coming. In that case, there might be some path related issue, we need to set the path of the environment for the jupyter in windows.

  • @dhanashripatil3784
    @dhanashripatil37847 ай бұрын

    Hello please upload video how to download python in windows

  • @sarojchettri4130
    @sarojchettri41304 ай бұрын

    After installing jupyter notebook and After typing jupyter notebook in command prompt it says "jupyter is not recognized as internal or external command, operable program or batch files."

  • @divyamarrappu-li7pk

    @divyamarrappu-li7pk

    3 ай бұрын

    Same problem

  • @vandanakumari9542

    @vandanakumari9542

    2 ай бұрын

    Same problem

  • @BHARATMATAARTS21
    @BHARATMATAARTS2111 ай бұрын

    Sir its not opening its showing jupyter is not recognised as an internal or external command

  • @madhavijadhav-zl7ip

    @madhavijadhav-zl7ip

    7 ай бұрын

    Yes I facing same problem

  • @Suriyasurya777
    @Suriyasurya7778 ай бұрын

    After close the juypter notebook how to open again directly without terminal you didn't said anything?

  • @indonesiaofficial9909

    @indonesiaofficial9909

    Ай бұрын

    Again terminal 😂

  • @tushararora3570
    @tushararora3570 Жыл бұрын

    hOW TO FIX PYTHON--VERSION ERROR IN COMMAND PROMPT

  • @aiwithuday

    @aiwithuday

    Жыл бұрын

    Hello Tushar, thank you for your query, To resolve your issue: In command prompt write 👇 *python --version* or *python -V* Verify the spellings

  • @dishalandge5893
    @dishalandge5893 Жыл бұрын

    How to open it again

  • @aiwithuday

    @aiwithuday

    Жыл бұрын

    Just open the command prompt and write *jupyter notebook* and hit enter, you will be redirected to your default browser showing the jupyter homepage.

  • @kismat1638
    @kismat1638 Жыл бұрын

    Will these steps work on window 10

  • @aiwithuday

    @aiwithuday

    Жыл бұрын

    Yes, It should work ☺️ if it doesn't, let me know

  • @mansidubey1580
    @mansidubey158011 ай бұрын

    Aur error btaye to kya kare

  • @pushpendrasingh-xp6ip
    @pushpendrasingh-xp6ip Жыл бұрын

    The term 'jupyter' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + jupyter notebook + ~~~~~~~ + CategoryInfo : ObjectNotFound: (jupyter:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException

  • @aiwithuday

    @aiwithuday

    Жыл бұрын

    You got an error related to path, make sure you have followed all the steps in the video. And if you are still facing the problem. Let me know your windows and python version. So that I can help you.

  • @shashankjoshi2098

    @shashankjoshi2098

    11 ай бұрын

    @@aiwithuday same problem my windows is 11 and python version is 3.11.4

  • @shivamlanger2321

    @shivamlanger2321

    11 ай бұрын

    Same problem

  • @jawwadrezanoor913

    @jawwadrezanoor913

    6 ай бұрын

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

  • @scam2021-ms6yz
    @scam2021-ms6yz Жыл бұрын

    After doing all these steps, in command prompt it shows jupyter is not recognised

  • @aiwithuday

    @aiwithuday

    Жыл бұрын

    Please, Check the letters of *jupyter notebook* (All the letters are small)

  • @scam2021-ms6yz

    @scam2021-ms6yz

    Жыл бұрын

    @@aiwithuday yes did all same, but u didn't showed that how to set up path

  • @aiwithuday

    @aiwithuday

    Жыл бұрын

    ​@@scam2021-ms6yz please watch from 1:45 to 2:10 carefully. Make sure you check the box *Add python.exe to PATH* , if you are still facing that problem then please DM me a screenshot of errors on Instagram. Link is description.

  • @scam2021-ms6yz

    @scam2021-ms6yz

    Жыл бұрын

    @@aiwithuday it's done, I've watched another video

  • @aiwithuday

    @aiwithuday

    Жыл бұрын

    @@scam2021-ms6yz good to know, would you like to tell, what makes it successful ?

  • @kashmirking2446
    @kashmirking24467 ай бұрын

    After typing jupyter notebook it shows not found

  • @indonesiaofficial9909

    @indonesiaofficial9909

    Ай бұрын

    Type- pip wala command

  • @indonesiaofficial9909

    @indonesiaofficial9909

    Ай бұрын

    pip install jupyter notebook