Add watch

This commit is contained in:
Jimmy 2021-11-08 21:22:06 +13:00
parent d3d782b419
commit d63f25b4f7
1 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ name = "pypi"
[packages]
jupyterlab = "*"
watchgod = "*"
[dev-packages]
@ -12,4 +13,5 @@ jupyterlab = "*"
python_version = "3.9"
[scripts]
jupyter = "jupyter lab --notebook-dir notebooks notebooks/picofumi.ipynb"
jupyter = "jupyter lab --notebook-dir notebooks notebooks/picofumi.ipynb"
watch = "watchgod src.main.main"