Skip to content

Commit

Permalink
fix: Disable jupyter-collaboration
Browse files Browse the repository at this point in the history
Jupyter-collaboration produces a lot of trouble in our production
environments. The kernel dies regularly, the cursors jumps back,
sometimes it even resets content of cells.
  • Loading branch information
MoritzWeber0 committed Nov 24, 2023
1 parent dde12dd commit d376d9e
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 @@ -32,7 +32,7 @@ ENV _OLD_VIRTUAL_PATH="$PATH"
ENV VIRTUAL_ENV=/home/techuser/.venv
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN python3 -m pip install --no-cache-dir -r /etc/skel/requirements_template.txt jupyterlab jupyter-collaboration && \
RUN python3 -m pip install --no-cache-dir -r /etc/skel/requirements_template.txt jupyterlab && \
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 d376d9e

Please sign in to comment.