Add watch
This commit is contained in:
4
Pipfile
4
Pipfile
@@ -5,6 +5,7 @@ name = "pypi"
|
|||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
jupyterlab = "*"
|
jupyterlab = "*"
|
||||||
|
watchgod = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
@@ -12,4 +13,5 @@ jupyterlab = "*"
|
|||||||
python_version = "3.9"
|
python_version = "3.9"
|
||||||
|
|
||||||
[scripts]
|
[scripts]
|
||||||
jupyter = "jupyter lab --notebook-dir notebooks notebooks/picofumi.ipynb"
|
jupyter = "jupyter lab --notebook-dir notebooks notebooks/picofumi.ipynb"
|
||||||
|
watch = "watchgod src.main.main"
|
||||||
|
|||||||
Reference in New Issue
Block a user