Inital version

This commit is contained in:
2020-12-01 16:33:15 +13:00
parent 42cc49eda0
commit d33ad8a0f6
4 changed files with 1096 additions and 0 deletions

17
Pipfile Executable file
View File

@@ -0,0 +1,17 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
jupyterlab = "*"
aiohttp = "*"
aiofile = "*"
[requires]
python_version = "3.8"
[scripts]
jupyter = "python3 -m jupyter lab --ip 0.0.0.0 --NotebookApp.token ''"