diff --git a/Pipfile b/Pipfile index 36bc13a..b92d869 100755 --- a/Pipfile +++ b/Pipfile @@ -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"