Every day, I repeat the same procedure over and over to open a Jupyter notebook.
- I navigate with File Explorer to my work folder
C:\Users\MYSELF\WORKFOLDER - Open command prompt there
- Enter the command
jupyter notebookorjupyter 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!