Created
January 3, 2020 02:03
-
-
Save drjerry/3da254864668223e68fd1c9e0f463ad1 to your computer and use it in GitHub Desktop.
Portable research 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
[[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