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
|
||||
5
jupyter/notebooks/.jupyter/jupyter_notebook_config.json
Normal file
5
jupyter/notebooks/.jupyter/jupyter_notebook_config.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"NotebookApp": {
|
||||
"password": "sha1:1028b9608ef0:2c83acc24c76369e2c537f3c070b032f0d85311f"
|
||||
}
|
||||
}
|
||||
Reference in a new issue