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

View file

@ -0,0 +1,5 @@
{
"NotebookApp": {
"password": "sha1:1028b9608ef0:2c83acc24c76369e2c537f3c070b032f0d85311f"
}
}