Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test and recommend jupyter-collaboration plugin #162

Open
redeboer opened this issue Aug 8, 2023 · 0 comments
Open

Test and recommend jupyter-collaboration plugin #162

redeboer opened this issue Aug 8, 2023 · 0 comments
Labels
🖱️ DX Improvements to the Developer Experience

Comments

@redeboer
Copy link
Member

redeboer commented Aug 8, 2023

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-collaboration

and start a collaborative Jupyter Lab session:

jupyter lab --collaborative

To 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-formatter does not format on save anymore when jupyter-collaboration is installed
  • (apparently) notebooks are sometimes completely empty after they are saved
@redeboer redeboer added the 🖱️ DX Improvements to the Developer Experience label Aug 8, 2023
@redeboer redeboer self-assigned this Aug 8, 2023
@redeboer redeboer changed the title Recomment jupyter-collaboration plugin Recommend jupyter-collaboration plugin Aug 8, 2023
@redeboer redeboer changed the title Recommend jupyter-collaboration plugin Test and recommend jupyter-collaboration plugin Oct 2, 2024
@redeboer redeboer removed their assignment Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖱️ DX Improvements to the Developer Experience
Projects
None yet
Development

No branches or pull requests

1 participant