You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It appears that the RISE app saves edits made in the slides to the notebook every 2 minutes.
[I 2024-01-10 17:46:03.366 ServerApp] Saving file at /slides/notebook.ipynb
[I 2024-01-10 17:48:03.486 ServerApp] Saving file at /slides/notebook.ipynb
As a result when a cell is edited on a slide, there is a 2 minute wait until those changes are saved to the notebook. Also when the changes are saved they do not show in the notebook until it's re-opened.
If you try to make a change to the notebook without re-opening, a prompt will show asking whether to revert to or overwrite the notebook on disk.
Describe the solution you'd like
Ideally with the notebook opened side-by-side with the slideshow, any new edits made on the slides would be mirrored in the notebook. This was the behaviour in the Jupyter notebook version of RISE.
Describe alternatives you've considered
I am able to force a save of any slide edits by using Ctrl+s or Cmd+s keyboard shortcuts, but still have to re-open the notebook to have those edits appear.
Is your feature request related to a problem? Please describe.
It appears that the RISE app saves edits made in the slides to the notebook every 2 minutes.
As a result when a cell is edited on a slide, there is a 2 minute wait until those changes are saved to the notebook. Also when the changes are saved they do not show in the notebook until it's re-opened.
If you try to make a change to the notebook without re-opening, a prompt will show asking whether to revert to or overwrite the notebook on disk.
Describe the solution you'd like
Ideally with the notebook opened side-by-side with the slideshow, any new edits made on the slides would be mirrored in the notebook. This was the behaviour in the Jupyter notebook version of RISE.
Describe alternatives you've considered
I am able to force a save of any slide edits by using Ctrl+s or Cmd+s keyboard shortcuts, but still have to re-open the notebook to have those edits appear.
Additional context
The text was updated successfully, but these errors were encountered: