Parcourir la source

add init task

Saul Shanabrook il y a 4 ans
Parent
commit
680482ee77
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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