Skip to content

Instantly share code, notes, and snippets.

@drjerry
Created January 3, 2020 02:03
Show Gist options
  • Save drjerry/3da254864668223e68fd1c9e0f463ad1 to your computer and use it in GitHub Desktop.
Save drjerry/3da254864668223e68fd1c9e0f463ad1 to your computer and use it in GitHub Desktop.
Portable research environment
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
jupyter = "*"
numpy = "*"
scipy = "*"
matplotlib = "*"
[scripts]
notebook = "jupyter notebook --ip 0.0.0.0"
[requires]
python_version = "3.7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment