jupyter-collaboration
jupyter-collaboration copied to clipboard
Opening from "running" panel does not use collaborative mode
Description
If you click on the document in the "Running" panel, you will open a non-collaborative Notebook view.
Reproduce
- Open a notebook from the file-browser (or start a new notebook)
- Go to the "Running" left panel.
- Click on that same notebook from this panel.
- You will get a second view of the Notebook that is not in collaborative mode.
Expected behavior
Opening a document from the "Running" panel should also open in collaborative model.
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Thanks Zach, it's probably because of the RTC: prefix of the custom YDrive. This has been a major source of issues, as a lot of JupyterLab extensions don't handle Jupyter drives, and even in JupyterLab core this is not a well supported feature.
In the long run, I think it will require making the JupyterLab default drive a proper drive. But we can fix this issue with the running panel before that.
Thanks @davidbrochart. That's right. We noticed the prefix isn't used when opening from the running panel.
Do we fix this in JupyterLab core now, in the running-extension? Or is this a Jupyter-collaboration plugin that replaces the necessary parts of the running-extension when RTC is enabled?
The next version of jupyter-collaboration will no longer include the RTC: prefix, to test it today, see: https://github.com/jupyterlab/jupyter-collaboration/issues/202#issuecomment-2576097564.
I tested that this is no longer an issue in 4.0.0a0 of jupyter-collaboration - closing.