Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBulgarelli committed Apr 24, 2024
1 parent f66afaf commit 0f43998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/quickstart/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 0f43998

Please sign in to comment.