apply suggestion from review

This commit is contained in:
Min RK
2023-08-30 15:33:43 +02:00
committed by GitHub
parent abfa8217ec
commit 351b5c0c90

View File

@@ -7,7 +7,7 @@ It is recommended to use at least JupyterLab 3.6 with JupyterHub >= 3.1.1 for th
:::
:::{note}
If you use the JupyterLab >=4.0 you need to install the [jupyter-collaboration](https://github.com/jupyterlab/jupyter-collaboration) package in your single-user notebook instance.
Starting with JupyterLab >=4.0, installing the [jupyter-collaboration](https://github.com/jupyterlab/jupyter-collaboration) package in your single-user environment enables collaborative mode, instead of passing the `--collaborative` flag at runtime.
:::
JupyterLab has support for real-time collaboration (RTC), where multiple users are working with the same Jupyter server and see each other's edits.