Skip to content

Instantly share code, notes, and snippets.

@Alexander-Ignition
Created August 5, 2017 15:00
Show Gist options
  • Save Alexander-Ignition/9557462b1d94b853f61835badac4c9fa to your computer and use it in GitHub Desktop.
Save Alexander-Ignition/9557462b1d94b853f61835badac4c9fa to your computer and use it in GitHub Desktop.
Run Jupyter
#!/usr/bin/env bash
cd "$(dirname "$0")"
source ml-env/bin/activate
jupyter notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment