diff --git a/docker-compose.yml b/docker-compose.yml index e8b2bcf..6b31174 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -357,21 +357,3 @@ services: - ./riot/config.json:/app/config.json expose: - 80 - - jupyter: - image: jupyter/datascience-notebook:lab-2.1.5 - restart: unless-stopped - container_name: jupyter - volumes: - - ./jupyter/notebooks:/home/jovyan/ - - ./jupyter/hooks/:/usr/local/bin/start-notebook.d/ - environment: - - JUPYTER_ENABLE_LAB=yes - - NB_UID=1000 - - NB_GID=1000 - - CHOWN_HOME=yes - - GRANT_SUDO=yes - - RESTARTABLE=yes - expose: - - 8888 - user: root diff --git a/jupyter/hooks/install-jupyter-debugger.sh b/jupyter/hooks/install-jupyter-debugger.sh deleted file mode 100755 index fb8a2bc..0000000 --- a/jupyter/hooks/install-jupyter-debugger.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -set -e - -pip install --upgrade xeus-python -jupyter labextension install @jupyterlab/debugger diff --git a/jupyter/hooks/install-jupyter-git.sh b/jupyter/hooks/install-jupyter-git.sh deleted file mode 100755 index cbdadd3..0000000 --- a/jupyter/hooks/install-jupyter-git.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -set -e - -pip install --upgrade jupyterlab-git -jupyter lab build diff --git a/jupyter/notebooks/.jupyter/jupyter_notebook_config.json b/jupyter/notebooks/.jupyter/jupyter_notebook_config.json deleted file mode 100644 index 0816744..0000000 --- a/jupyter/notebooks/.jupyter/jupyter_notebook_config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "NotebookApp": { - "password": "sha1:1028b9608ef0:2c83acc24c76369e2c537f3c070b032f0d85311f" - } -} \ No newline at end of file