From 0f4399819bab464f365d461dfd38b340cdbccc81 Mon Sep 17 00:00:00 2001 From: Andrea Bulgarelli Date: Wed, 24 Apr 2024 15:12:41 +0200 Subject: [PATCH] update docs --- docs/source/quickstart/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/quickstart/installation.rst b/docs/source/quickstart/installation.rst index 5481c19..68365b2 100644 --- a/docs/source/quickstart/installation.rst +++ b/docs/source/quickstart/installation.rst @@ -59,6 +59,8 @@ Enter inside the container to activate jupyter: docker exec -it [docker container id] /bin/bash source entrypoint.sh + nohup jupyter-lab --ip=“*” --port 8888 --no-browser --autoreload --NotebookApp.token='xxx' --notebook-dir=/shared_dir --allow-root > jupyterlab_start.log 2>&1 & + Check the token from already running jupyter instance .. code-block::