Created
June 5, 2019 17:09
-
-
Save TripleDogDare/abc69180acdcf87d39077683d6e1e11f to your computer and use it in GitHub Desktop.
Set up jupyter environment
This file contains 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 | |
set -euo pipefail | |
python3 -m venv venv | |
source ./venv/bin/activate | |
pip install jupyter numpy matplotlib pandas scipy control |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment