-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
🖱️ DXImprovements to the Developer ExperienceImprovements to the Developer Experience
Description
Since Jupyter Lab v4, it is possible to work together in Jupyter Lab. To do this online on different machines, one needs to:
pip install jupyter-collaborationand start a collaborative Jupyter Lab session:
jupyter lab --collaborativeTo get others to work within the session on a different machine, start the collaborative session from VSCode and run a Live Share session, which will share the Jupyter Lab ports.
Some preventing issues for now:
jupyterlab-code-formatterdoes not format on save anymore whenjupyter-collaborationis installed- (apparently) notebooks are sometimes completely empty after they are saved
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🖱️ DXImprovements to the Developer ExperienceImprovements to the Developer Experience