Skip to content

Commit

Permalink
Temporarily install patched jupyterlab-link-share
Browse files Browse the repository at this point in the history
To use real time collaboration in JupyterLab, we
need jupyterlab-contrib/jupyterlab-link-share#10
to be fixed.
jupyterlab-contrib/jupyterlab-link-share#21 is
a proposed solution, and I'm testing it out here to see if it
works properly.

Ref berkeley-dsep-infra#3027
  • Loading branch information
yuvipanda committed Nov 19, 2021
1 parent 575fadb commit 3d80607
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployments/datahub/images/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ ADD ipython_config.py ${IPYTHONDIR}/ipython_config.py
# install QGrid notebook extension
RUN jupyter nbextension enable --py --sys-prefix qgrid

# Temporarily install newer version of jupyterlab-link-share
# https://github.com/jupyterlab-contrib/jupyterlab-link-share/pull/21
RUN pip install git+https://github.com/yuvipanda/jupyterlab-link-share@7aaae98f3243a19e0755c966c2b018e3369e4611

EXPOSE 8888

ENTRYPOINT ["tini", "--"]

0 comments on commit 3d80607

Please sign in to comment.