How to Install JUPYTER NOTEBOOK in Windows 11

Поделиться
HTML-код
  • Опубликовано: 8 сен 2023
  • Welcome to our comprehensive guide on how to install both Jupyter Notebook and Python on your Windows 11 computer! Jupyter Notebook is an essential tool for data analysis, coding, and sharing your work, while Python is a versatile programming language widely used for various applications. In this video, we'll walk you through the installation process for both so you can supercharge your Windows 11 setup.
    Thank you for tuning in, and let's get started with the installation of Jupyter Notebook and Python on your Windows 11 system for a more productive and creative computing experience!

Комментарии • 58

  • @touheedahmednadaf4758
    @touheedahmednadaf4758 6 месяцев назад +4

    Worked Perfectly! you've earned 1 like! : )

  • @vishnupriyanka7154
    @vishnupriyanka7154 4 месяца назад +3

    thank you so much .ur video has been very helpful to me

  • @ananyaroy6920
    @ananyaroy6920 28 дней назад +1

    Thank you so much…..bcoz of you I’m able to install it,,,God bless you always 🙏🏻😌💐❤️

  • @user-xp4xi7vo7c
    @user-xp4xi7vo7c 5 месяцев назад +12

    Hello, the instructions are quite helpful and clear. However, there is a minor error in the instructions that need to be followed; many others are having this problem, as I have discovered in the comment area.
    Hello everyone, This is the step you must complete after making a "Jupyter projects" folder on Deskop .
    Jupyter Notebook
    Install the classic Jupyter Notebook with: pip install notebook
    To run the notebook: jupyter notebook

    • @yuvasri.m-1109
      @yuvasri.m-1109 2 месяца назад +1

      Bro can't understand, where to do the process, in chrome same one came as u typed, but i can't able to install it

  • @-OmkarDhembre
    @-OmkarDhembre 4 месяца назад +1

    Thanks yarr it worked ❤

  • @llenz9967
    @llenz9967 20 дней назад +1

    Thank you so much dear brother

  • @gayninin7417
    @gayninin7417 2 месяца назад +2

    thanks man

  • @hasibmojaddidi72
    @hasibmojaddidi72 Месяц назад

    Thanks!

  • @JourneyContinues
    @JourneyContinues 3 месяца назад +5

    How to open next time?
    I have to repeat the whole process?
    Pls guide bhaiya.

  • @suryar666
    @suryar666 5 месяцев назад +6

    bro but the Jupyter Notebook app is not showing in the app list.

  • @justinyt8685
    @justinyt8685 3 месяца назад

    thank you

  • @snehil__66
    @snehil__66 Месяц назад +1

    Thanks Brother

  • @haphzashire-pc6xv
    @haphzashire-pc6xv 3 месяца назад +1

    Thnk u❤

  • @user-um6ds2jk5u
    @user-um6ds2jk5u 4 месяца назад +3

    Hello sir i cant able to install ,after pip the error was coimng

  • @Varun_offical
    @Varun_offical 9 месяцев назад +2

    Bro
    Its jupyter notebook opend in VS code after i installed

  • @shekharpatil4947
    @shekharpatil4947 28 дней назад +1

    🙏it work's

  • @user-yr4vp1jk7j
    @user-yr4vp1jk7j 7 месяцев назад +8

    I can get the version with py --version and not by python --version. Why is that?

  • @PriyankaMC-cn7vp
    @PriyankaMC-cn7vp 7 месяцев назад +7

    Sir, I can't able install it. After pip install jupyter I am getting Defaulting to user installation because normal site packages is not Writeable

    • @koyel9562
      @koyel9562 3 месяца назад

      I'm having the same issue. I'm stuck with it for 2days. Haven't found a solution yet.
      Were you able to resolve it?

    • @koyel9562
      @koyel9562 3 месяца назад

      I'm having the same issue. Stuck with it for 2days. Haven't found a solution yet.
      Were you able to resolve it?

  • @ogooluwatoluwanimioni4772
    @ogooluwatoluwanimioni4772 10 месяцев назад +2

    Hello
    I really do prefer how the interface used to look before, I came to RUclips to ensure that I wasn't the only one with a slightly different interface.
    Auto-completing brackets and quotations is removed from this new notebook environment

    • @HackHunt711
      @HackHunt711  10 месяцев назад +1

      yes agreed, the old interface was much better

    • @TechWithSabri
      @TechWithSabri 8 месяцев назад

      yes, for m,e the same thing i'm trying to go back to the previous vers using win-11

  • @ams5097
    @ams5097 4 месяца назад +14

    Note to all - This does not work AVOID

    • @Kiki-vh5fy
      @Kiki-vh5fy 3 месяца назад

      In the terminal type pip install notebook to install notebook if jupyter notebook doesnt open

    • @anjilabaral1244
      @anjilabaral1244 2 месяца назад

      Yes

    • @VikasYadav-tw8bn
      @VikasYadav-tw8bn 17 дней назад

      ​@@Kiki-vh5fystill not worked

  • @jyotiagre4430
    @jyotiagre4430 5 месяцев назад

    sir ,I can't able install it. can you help me

  • @harshvaghela6132
    @harshvaghela6132 6 месяцев назад +3

    getting error : 'pip' is not recognized as an internal or external command,
    operable program or batch file. please tell me what to do

    • @user-dn8en4rh9e
      @user-dn8en4rh9e 6 месяцев назад

      Install anaconda navigator, then while launching anaconda mark the add to my path option,even thought it is not recommend

    • @rajuarelli2182
      @rajuarelli2182 5 месяцев назад

      ​@@user-dn8en4rh9ehow did you do it

  • @bijjalalaasyasri6601
    @bijjalalaasyasri6601 Месяц назад

    Sir how to open it again after we close

  • @hdjfjd8
    @hdjfjd8 9 месяцев назад +1

    it worked thanks a lot . Just 1 doubt , say I want to work with csv files but I have a virtual environment setup then in such case will I be able to read those files from my jupyter notebook

    • @HackHunt711
      @HackHunt711  9 месяцев назад +1

      yes, ofcourse.
      1. start your venv: source /path/to/your/venv/bin/activate
      2. start jupyter notebook - jupyter notebook
      3. Import required libraries - import pandas as pd , import csv
      4 . read csv files - df = pd.read_csv('your_file.csv')

  • @VipinSingh-pj5wg
    @VipinSingh-pj5wg 10 месяцев назад +2

    Getting this error when running jupyter notebook command. I also set python script folder path in enviroment variable 'jupyter' is not recognized as an internal or external command,
    operable program or batch file.

    • @HackHunt711
      @HackHunt711  10 месяцев назад +10

      can you please type "python -m notebook"? please let me know

    • @akiraarttube
      @akiraarttube 7 месяцев назад

      ​@@HackHunt711I did and it says no module named notebook

    • @user-xd5yf2re5u
      @user-xd5yf2re5u 7 месяцев назад

      i did that and it says file cant be accessed so im a little lost @@HackHunt711

    • @finalbroski
      @finalbroski 6 месяцев назад

      @@HackHunt711 worked for me thanks

    • @orangekitty9634
      @orangekitty9634 6 месяцев назад

      Thanks it worked for me ​@@HackHunt711

  • @V_N___
    @V_N___ 2 месяца назад +2

    in my new file terminal its coming jupyter is not recognised please help

  • @ezazfiraz4046
    @ezazfiraz4046 9 месяцев назад +1

    It says the term phyton is not recognized can you help me 😢

  • @user-pe1vg8bd3k
    @user-pe1vg8bd3k Месяц назад +1

    Not working

  • @bindugowda7291
    @bindugowda7291 2 месяца назад

    I don't have terminal, what should I do?

    • @vivek_1300
      @vivek_1300 10 дней назад +1

      definitely u have . in every pc already present there

  • @user-fh1zg8cn4v
    @user-fh1zg8cn4v 4 месяца назад

    Jupyter is not recognised show y sir

  • @user-dj7wq1fo1q
    @user-dj7wq1fo1q 5 месяцев назад +1

    not happening sir, when i am going to create new notebook its showing FAILED TO FETCH. can u please suggest

  • @studywithlove2057
    @studywithlove2057 4 месяца назад +1

    After writing python --version it shows python was not found; run without arguments to install from the Microsoft store
    In such case what should I do??

    • @Nakshatra_02
      @Nakshatra_02 2 месяца назад +1

      I think python is not yet downloaded, 1st download it carefully