Skip to content

Commit

Permalink
feat: Add jupyter-collaboration as extension
Browse files Browse the repository at this point in the history
The Jupyter Collaboration extensions allows real-time
collaboration across multiple sessions.

To start a shared session, click the "Share" button on
the top right of the session and include the token in the link.

Be careful: All users with the link can now access the whole
session until session termination!
  • Loading branch information
MoritzWeber0 committed Aug 2, 2023
1 parent 358dd0a commit bfb1ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV _OLD_VIRTUAL_PATH="$PATH"
ENV VIRTUAL_ENV=/home/techuser/.venv
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN python3 -m pip install -r /etc/skel/requirements_template.txt jupyterlab && \
RUN python3 -m pip install -r /etc/skel/requirements_template.txt jupyterlab jupyter-collaboration && \
jupyter labextension disable "@jupyterlab/extensionmanager-extension" && \
jupyter labextension disable "@jupyterlab/apputils-extension:announcements" && \
mkdir /home/techuser/.jupyter && chown techuser /home/techuser/.jupyter
Expand Down

0 comments on commit bfb1ccd

Please sign in to comment.