Skip to content

Instantly share code, notes, and snippets.

@laszlocsontos
Created July 17, 2020 13:20
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 laszlocsontos/234cd3d338433fe687c69d1cd70fb8b8 to your computer and use it in GitHub Desktop.
Save laszlocsontos/234cd3d338433fe687c69d1cd70fb8b8 to your computer and use it in GitHub Desktop.
Starts up a Jupyter notebook environment
#!/bin/bash
env_name="venv"
source ${env_name}/bin/activate
${env_name}/bin/jupyter notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment