services: add Jupyter Lab
This commit is contained in:
parent
a3845f7712
commit
0a61fde0ff
5 changed files with 87 additions and 0 deletions
6
jupyter/hooks/install-jupyter-debugger.sh
Executable file
6
jupyter/hooks/install-jupyter-debugger.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
pip install --upgrade xeus-python
|
||||
jupyter labextension install @jupyterlab/debugger
|
||||
6
jupyter/hooks/install-jupyter-git.sh
Executable file
6
jupyter/hooks/install-jupyter-git.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
pip install --upgrade jupyterlab-git
|
||||
jupyter lab build
|
||||
Reference in a new issue