Replies: 2 comments 3 replies
-
Syncing with a git branchThe SliderServer launches on a directory, and we could just add one command (HTTP POST endpoint?) to rescan the directory, boot up notebooks that were not there before, shut down notebooks that got deleted, and update changed notebook files using fonsp/Pluto.jl#1029 That PR uses the enter-exit-update idea from d3 to update only the necessary parts of the notebook. My proposal is essentially to also do that on the folder level. |
Beta Was this translation helpful? Give feedback.
-
CRUD APIWe add simple REST endpoints to Create, Read, Update and Delete notebooks from the session. This is simple to implement, but i guess that it would need accompanying scripts to support important use cases (please edit):
|
Beta Was this translation helpful? Give feedback.
-
From @pankgeorg: It would be cool if we had a way to change the set of notebooks that is running on the server, while the server is running.
This would really help with the deploy times of sites like computationalthinking.mit.edu, which currently need to reboot all notebooks when one file changes.
Beta Was this translation helpful? Give feedback.
All reactions