Skip to content

Commit

Permalink
Enable Real Time Collaboration on DataHub
Browse files Browse the repository at this point in the history
- Bump up JupyterLab to get latest bugfixes
- Enable the --collaborative flag
- Install jupyterlab-link-share, required to generate the link
  you can give others to collaborate with you. It adds a
  'Share' menu item to JupyterLab, and also a 'Copy downloadable link'
  item to the context menu. More info at https://pypi.org/project/jupyterlab-link-share/
  • Loading branch information
yuvipanda committed Nov 18, 2021
1 parent c877e50 commit 21c010d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
notebook==6.4.5
# FIXME: Conflicts with jupyter-server-proxy somehow
jupyter-client<7.0
jupyterlab==3.2.2
jupyterlab==3.2.4
jupyterlab-link-share==0.2.1
nbconvert==6.1.0
retrolab==0.3.13
nbgitpuller==1.0.2
Expand Down

0 comments on commit 21c010d

Please sign in to comment.