Skip to content

Instantly share code, notes, and snippets.

@andyrufasto
Last active January 25, 2021 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andyrufasto/59a983a1fa16fa7edd00ee89fa22ed5e to your computer and use it in GitHub Desktop.
Save andyrufasto/59a983a1fa16fa7edd00ee89fa22ed5e to your computer and use it in GitHub Desktop.
Jupyter Notebook
[Desktop Entry]
Encoding=UTF-8
Categories=Programming
Comment=Jupyter Notebook
Exec=bash -c "$HOME/venv/jupyter/jupyter.sh"
GenericName=Friendly IDE
Icon=jupyter.png
Name=Jupyter
Terminal=false
Type=Application
Version=6.2.0;
#!/bin/bash
source "$HOME"/venv/jupyter/jupyter/bin/activate
jupyter notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment