Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Quickest way to open jupyter notebook

Every day, I repeat the same procedure over and over to open a Jupyter notebook.

  1. I navigate with File Explorer to my work folder C:\Users\MYSELF\WORKFOLDER
  2. Open command prompt there
  3. Enter the command jupyter notebook or jupyter lab

If you don't have jupyter in your python base environment it becomes even more painful because you need to activate some virtual environment.

Is there a quicker way?

I'd love to have an icon on my desktop that I can just click on!

like image 855
edd313 Avatar asked Oct 15 '25 16:10

edd313


1 Answers

Right-click on your desktop New -> Shortcut. Then enter the following for the location:

C:\Windows\System32\cmd.exe /k cd C:\Users\MYSELF\WORKFOLDER && jupyter notebook

This will start a command prompt and execute the two commands cd C:\Users\MYSELF\WORKFOLDER and jupyter notebook.

Click Next and you can then give that shortcut a name and create it with a click on Finish.

like image 55
Mushroomator Avatar answered Oct 17 '25 04:10

Mushroomator



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!