From a2b2f34672a8645ed9412279b347ccbf5791ee1b Mon Sep 17 00:00:00 2001 From: Jimmy Date: Tue, 1 Dec 2020 16:38:54 +1300 Subject: [PATCH] Update Pipfile --- Pipfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"