Skip to content

Instantly share code, notes, and snippets.

@jacobtomlinson
Created December 9, 2019 13:53
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 jacobtomlinson/5f67685b863eb17fceeaf0416abb7c59 to your computer and use it in GitHub Desktop.
Save jacobtomlinson/5f67685b863eb17fceeaf0416abb7c59 to your computer and use it in GitHub Desktop.
#!/bin/bash
PATH="/path/to/your/miniconda3/bin:<rest of your path>"
eval "$(conda shell.bash hook)"
conda activate jupyter
cd ~ && /path/to/your/miniconda3/envs/jupyter/bin/python -m jupyter lab --port 8888 --no-browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment