Creating a shortcut for Jupyter Notebook
This is a quick post on how to create a shortcut for Jupyter Notebook. In this case, you need to connect your PATH of your Python Conda. Here’s how:
- Open your “Edit the system environment variables”
- Then click on “Environment Variables…:
- Click twice on “Path”
- Click new
- Add
C:\Users\{YourPCUsername}\miniconda3\Scripts
- Donezo
Create a shortcut
Add a shortcut location
Type in the following: cmd /k conda activate 'envName' & jupyter notebook
Write the name of shortcut
(Optional) add the icon
You can get the icon of jupyter notebook here and then choose ICO
part
Leave a comment