Explorar el Código

add init task

Saul Shanabrook hace 4 años
padre
commit
680482ee77
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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