Intial commit

This commit is contained in:
2021-11-08 20:51:24 +13:00
parent edf399df08
commit afea6518d1
4 changed files with 816 additions and 0 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jupyterlab = "*"
[dev-packages]
[requires]
python_version = "3.9"
[scripts]
jupyter = "jupyter lab --notebook-dir notebooks notebooks/picofumi.ipynb"