Browse Source

Try again

Saul Shanabrook 4 years ago
parent
commit
d3242a84ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitpod.yml

+ 1 - 1
.gitpod.yml

@@ -18,7 +18,7 @@ github:
     addLabel: false
 tasks:
   - init: pip3 install -e . && yarn install && yarn run build
-    command: jupyter lab --dev-mode --watch --LabApp.token=''
+    command: pip3 install -e . && jupyter lab --dev-mode --watch --LabApp.token=''
 ports:
   - port: 8888
     onOpen: open-browser