Initial commit
This commit is contained in:
commit
e30f30b0f9
8 changed files with 1115 additions and 0 deletions
19
Pipfile
Normal file
19
Pipfile
Normal file
|
@ -0,0 +1,19 @@
|
|||
[[source]]
|
||||
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
|
||||
[packages]
|
||||
|
||||
numpy = "*"
|
||||
pandas = "*"
|
||||
matplotlib = "*"
|
||||
jupyter = "*"
|
||||
networkx = "*"
|
||||
jupyterlab = "*"
|
||||
|
||||
|
||||
[dev-packages]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue