Python + JupyterLab Installation & Path Set Guide (Windows)

Поділитися
Вставка
  • Опубліковано 27 січ 2025

КОМЕНТАРІ • 71

  • @EdgarSanchez-bl3xb
    @EdgarSanchez-bl3xb 2 роки тому +24

    For all those coming to learn just now (like me), when he's entering the paths in the environment (minute mark 3:05), he enters \Python39 because he downloaded Python version 3.9; so instead of typing \Python39 like he did, if you downloaded a different version number, replace it with the 9. For example, I downloaded Python 3.11, so I have to type \Python311

    • @AlexanderDomino
      @AlexanderDomino Рік тому

      It doesn't matter what you put since it is just a file path, so yes you can put 311 or 39 it wouldn't make a difference.

    • @im-Anarchy
      @im-Anarchy Рік тому +1

      wrong

    • @deanthoni10
      @deanthoni10 6 місяців тому

      why didnt he say that. so dumb

  • @jacob1851
    @jacob1851 Місяць тому

    Awesome, I needed Jupyter Lab to do a beginner course on python programming and this helped me install it with 0 prior experience. Appreciate it man

  • @placeholder4107
    @placeholder4107 Рік тому +3

    this 5 minute tutorial explained things better than a lot of 30-minute ones, thank you!

  • @sojourner1973
    @sojourner1973 10 місяців тому

    Thank you so much for putting this together Patrick ! I really appreciate you for sharing this with everyone.

  • @abaurre3
    @abaurre3 Рік тому

    Hot damn, an almost 6 minutes video where you teach how to properly install it AND resolve the PATH problem! Take my upvote!

  • @gmnahin
    @gmnahin 9 місяців тому

    I was fed-up with that issue whenever I tried to install jupyter on windows 11. Thanks for helping me solve that issue.

  • @HEDCHEF_DJ
    @HEDCHEF_DJ Рік тому

    The path aspect is awesome and I haven't seen a lot of other tutorials mention that

  • @itsjos3ph
    @itsjos3ph 21 день тому

    Awesome video, works even now in 2025. As previously mentioned in the comments, make sure to change the python version in the control panel when adding a new path.

  • @utube_snakeu553
    @utube_snakeu553 Рік тому

    damn, thanks a lot! I was having the same issue and was searching for a video explaining this one. Bless You!

  • @loko5307
    @loko5307 Рік тому

    Short video and straight to the point. Thanks!

  • @HerrThaner1997
    @HerrThaner1997 3 роки тому +6

    Got this after doing everything in the video 3:30 ... Installed it with the new version 3.10
    usage: jupyter [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir] [--paths] [--json] [--debug] [subcommand]
    Jupyter: Interactive Computing
    positional arguments:
    subcommand the subcommand to launch
    options:
    -h, --help show this help message and exit
    --version show the versions of core jupyter packages and exit
    --config-dir show Jupyter config dir
    --data-dir show Jupyter data dir
    --runtime-dir show Jupyter runtime dir
    --paths show all Jupyter paths. Add --json for machine-readable format.
    --json output paths as machine-readable json
    --debug output debug information about paths
    Available subcommands: kernel kernelspec migrate run troubleshoot trust
    Jupyter command `jupyter-lab` not found.
    Any help ?

    • @EdgarSanchez-bl3xb
      @EdgarSanchez-bl3xb 2 роки тому +1

      When he typed \Python39 its because he downloaded version 3.9 , so if you downloaded Python version 3.11 (liked i did), replace \Python39 with \Python311

    • @debjit8449
      @debjit8449 Рік тому

      @@EdgarSanchez-bl3xb did that...but its still showing...what else to do

    • @Nextor308
      @Nextor308 Рік тому

      on my case I also received an error message when installing, so if I try to run jupyter lab after, I got that same result, the error line I got was because packages not able to install, so I get something like this : Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory
      the solution was that I ended up changing registry for long paths from 0 to 1 and that made it work, so go to registry value HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem@LongPathEnabled to 1
      Then I ran pip install jupyterlab --user it finished without errors or warnings this time and then I ran jupyter lab and it worked exactly as described on this video.

    • @niroopmohan4502
      @niroopmohan4502 Рік тому

      I got same issue, but resolved after correcting the path in control panel.
      First check the path you copied from cmd
      In my case it was c:\users\YOURUSERNAME\appdata\ROAMING\python310
      instead of appdata\LOCAL\programs\python310 as he explains in the video.
      Just correct this in the new path environment variables and it should work.

    • @roundhouse2616
      @roundhouse2616 Місяць тому

      I had the same issue, ran 'pip install jupyterlab' again and it started working 🤷‍♂

  • @rohanbangash5827
    @rohanbangash5827 2 роки тому

    This is the only video that helped me, thank you so much

  • @chauduong7690
    @chauduong7690 2 роки тому

    Thank your very much for posting this video. I encountered the same problem in the video, and I have successfully installed JupyterLab by following your instructions.

  • @TheSnoClan
    @TheSnoClan 7 днів тому

    This was very helpful thanks for the tutorial!

  • @Meerkat_33
    @Meerkat_33 17 днів тому

    I did pip install jupyter lab and notebook but this video did NOT work, can you help please? I don't see a python folder in my local\programs\ folder but I am able to use python in my CMD prompt

  • @harshitnegi7859
    @harshitnegi7859 3 дні тому

    Error: could not find a version that satisfies the requirement jupyter (from versions: none)
    Error: no matching distribution found for jupyter
    How can I fix this?? Pls reply

  • @QuantApplicantMattKulis
    @QuantApplicantMattKulis Рік тому +1

    2023 Users READ THIS: For anyone reading this comment JL worked simply after Copy & pasting any of those paths spat out in the like 10 error messages, and then: edit the system environ> Adv Envonroment Variables> User Path>Click*, Click Edit*, New>Ctrl+V... literally done... load a new refreshed cmd terminal & type jupyter lab & watch it spin up... Great tutorial Patrick thanks boss

  • @jana365
    @jana365 4 місяці тому

    Thanks a lot. Copy/Pasting the link solved the issue. I would like your video 100x if I could.

  • @kisho2679
    @kisho2679 8 місяців тому

    Great. How installing with JupyterLab Desktop IDE instead of the browserbased one?

  • @loganfairbairn4605
    @loganfairbairn4605 Рік тому

    Thanks a ton, was concise and worked great !

  • @AustinArnold-w8y
    @AustinArnold-w8y 3 місяці тому

    I dont know what happened but this removed the path to my documents and my downloads and now Im missing everything

  • @im-Anarchy
    @im-Anarchy Рік тому +1

    This fukin worked, I can't beleive, sankhyo

  • @PrashantDas-m1w
    @PrashantDas-m1w Рік тому

    to avoid warnings, setup and activate a virtual environment and install jupyterlab within it

  • @jeffzxy
    @jeffzxy 2 роки тому +1

    This is exact video I am looking for. Thanks!!
    Question is, why Jupyterlab doesn't load first time? Do I have to copy the link everytime?

  • @user_ut-g6t
    @user_ut-g6t 3 місяці тому

    When I write pip install jupyterlab then this give some pywinpty problem what i di

  • @srihari8868
    @srihari8868 2 роки тому +1

    Awesome Video , Very helpful

  • @pedropaulorochadeandrade1181
    @pedropaulorochadeandrade1181 8 місяців тому +1

    I only got launching it with "jupyter-lab" calling

  • @CenTexTom
    @CenTexTom 11 місяців тому

    Thanks Boss, got scared there for a min and then reopened another command prompt and it worked fine... is there a way to run this in Chrome? thanks again 👍

  • @shivbhakti6381
    @shivbhakti6381 9 місяців тому

    Thank you so much 😊😊

  • @sukhwindersingh9268
    @sukhwindersingh9268 9 місяців тому

    thanku so much, it worked with in a minute

  • @markm4263
    @markm4263 Рік тому

    Thank you friend. Good, clear stuff.

  • @Aliha00a
    @Aliha00a Рік тому

    I can't click any thing in the site

  • @haidao8084
    @haidao8084 Рік тому

    Amazing guide!

  • @em_ily22
    @em_ily22 4 місяці тому

    Thank you so much omg 🙏

  • @dangsitien
    @dangsitien Рік тому

    straightforward tks for instruction

  • @squid-_-4383
    @squid-_-4383 3 роки тому +2

    Helped me thx

  • @marianoapuya5664
    @marianoapuya5664 Рік тому

    The terminal is too small

  • @reezyboiYT
    @reezyboiYT Рік тому

    thanks you a lot for the tuto

  • @JD-hg1bm
    @JD-hg1bm 2 роки тому

    Thank you sir

  • @ertyunasty294
    @ertyunasty294 Рік тому

    Thank you so much

  • @DepressedA.I.
    @DepressedA.I. Рік тому

    Thanks, mate!!

  • @lalapetayogendra4191
    @lalapetayogendra4191 Рік тому

    Thanks brother

  • @nathan__5194
    @nathan__5194 2 роки тому

    THANKS MAN !

  • @ritesh_ingle671
    @ritesh_ingle671 2 роки тому

    Thank you.

  • @aparajitmalvankar1522
    @aparajitmalvankar1522 Рік тому

    Thank you

  • @PjFlipStudio
    @PjFlipStudio Рік тому

    nice

  • @kush_mayank
    @kush_mayank Рік тому

    thanks brother

  • @wairimuhuho7838
    @wairimuhuho7838 2 роки тому

    This was the only video that was helpful

  • @SweetPeachannel
    @SweetPeachannel 2 роки тому +1

    I got this error, how to fix it pls? WARNING: Failed to write executable - trying to use .deleteme logic
    ERROR: Could not install packages due to an OSError: [WinError 2] The system cannot find the file specified: 'c:\\python39\\Scripts\\jupyter-trust.exe' -> 'c:\\python39\\Scripts\\jupyter-trust.exe.deleteme'

    • @EdgarSanchez-bl3xb
      @EdgarSanchez-bl3xb 2 роки тому

      When he typed \Python39 its because he downloaded version 3.9 , so if you downloaded Python version 3.11 (liked i did), replace \Python39 with \Python311

  • @abhi_abhie
    @abhi_abhie 2 роки тому

    Thanks!

  • @faranahmad204
    @faranahmad204 6 місяців тому

    Thanks bro

  • @rogeriojr3079
    @rogeriojr3079 Рік тому

    thanks a lot bro

  • @watipasokamanga8908
    @watipasokamanga8908 9 місяців тому

    thanks

  • @kylebuhay_
    @kylebuhay_ Рік тому

    luvet

  • @DroisKargva
    @DroisKargva Рік тому

    "jupyter lab" is to install it on linux
    "jupyterlab" to install it on windows 🤷‍♂

  • @coco-td2rz
    @coco-td2rz 3 місяці тому

    i love you

  • @xdang0075
    @xdang0075 Рік тому +1

    UPDATE 05.23: your path doesent work for me. I could fixed that with these path:
    C:\Users\YOURUSERNAME\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts
    For everyone who have the same problem

  • @MsSpaty
    @MsSpaty 3 місяці тому

    thanks