Initial commit

This commit is contained in:
Dimitri Lozeve 2018-03-02 17:50:54 +00:00
commit e30f30b0f9
8 changed files with 1115 additions and 0 deletions

19
Pipfile Normal file
View 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]