services: add Jupyter Lab

This commit is contained in:
Bruno BELANYI 2020-07-30 19:18:36 +02:00
parent a3845f7712
commit 0a61fde0ff
5 changed files with 87 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/sh
set -e
pip install --upgrade xeus-python
jupyter labextension install @jupyterlab/debugger

View file

@ -0,0 +1,6 @@
#!/bin/sh
set -e
pip install --upgrade jupyterlab-git
jupyter lab build