Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TripleDogDare/abc69180acdcf87d39077683d6e1e11f to your computer and use it in GitHub Desktop.
Save TripleDogDare/abc69180acdcf87d39077683d6e1e11f to your computer and use it in GitHub Desktop.
Set up jupyter environment
#!/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