Created
July 17, 2020 13:20
-
-
Save laszlocsontos/234cd3d338433fe687c69d1cd70fb8b8 to your computer and use it in GitHub Desktop.
Starts up a Jupyter notebook environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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