-
-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi @Darshan808, @krassowski, @davidbrochart!
Issue:
During RTC in Jupyter Lab started using: jupyter lab --collaborative
- When adding, editing, deleting cells in a Notebook, during RTC, the JSON of the Notebook in the disk is not changing despite manual save using both
cmd + s
orFile > Save Notebook
. - Although the UI shows
Saving completed
message, thedot
remains visible in the Notebook tab indicating that the file is not saved on the disk. - When opening Jupyter Lab, a pop-up shows up to build
krassowski/jupyterlab-lsp
.
What is done:
- Have download the
.zip
of the Jupyter Collaboration with the latest changes of the #479. - Have download the
.zip
of the Jupyterlab with the latest changes of the #17595. - Install both of them with
pip install .
as the releases were not triggered for both the repositories, i.e., changes are not included in the last releases.
Goal:
- Are the savings happen in a latent space?
- Ideal use case: when saving
cmd + s
, the file will be saved in the disk with the latest changes.
P.S.: (And of course, I understand how easy it is to raise issues compared to the effort it takes to maintain and merge PRs—thank you all for your work!)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working