Update Pipfile

This commit is contained in:
Jimmy 2020-12-01 16:38:54 +13:00
parent f399d96b63
commit a2b2f34672
1 changed files with 2 additions and 1 deletions

View File

@ -14,4 +14,5 @@ aiofile = "*"
python_version = "3.8"
[scripts]
jupyter = "python3 -m jupyter lab --ip 0.0.0.0 --NotebookApp.token ''"
jupyter = "python3 -m jupyter lab"
httpserver = "python3 httpserver.py"