Browse Source

add init task

Saul Shanabrook 4 years ago
parent
commit
680482ee77
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitpod.yml

+ 3 - 0
.gitpod.yml

@@ -0,0 +1,3 @@
+tasks:
+  - init: pip install -e . && yarn install
+    command: jupyter lab --dev-mode --watch