Jupyter Collaboration
Jupyter Collaboration is an official Jupyter extension that enables real-time collaboration in JupyterLab.
Autoreload Feature
Section titled “Autoreload Feature”Beyond its collaboration features, Jupyter Collaboration also provides automatic file reloading. When the extension is installed, JupyterLab auto-reloads any file that gets modified on disk. This way, you can edit your notebook and text files outside of Jupyter, and the changes appear in Jupyter automatically without having to manually reload the document.
Note that Jupyter Collaboration also comes with an auto-save feature. By default, notebooks and text documents are saved one second after your last change.
Collaborating on text notebooks
Section titled “Collaborating on text notebooks”Currently, the real-time collaboration feature can be used:
- in the notebook editor when opening
.ipynbnotebooks - in the text editor when opening
.pyor.mdfiles
However, it does not yet work on .py and .md files opened as notebooks. If you want to collaborate on text notebooks, we recommend that you collaborate on paired notebooks (see #1432).
Known issues
Section titled “Known issues”While using Jupytext and Jupyter Collaboration together mostly works, we have noticed a few side effects. Please review the list of known issues and make sure that you are comfortable with these.