Where is the Notebook information saved in Syntasa?
CompletedIs it stored in S3 or does the Notebook service have a separate filesystem?
Wondering where checkpoints and other information are saved/stored
and if any information about the notebook session is stored or cached when the notebook tab is closed
-
Notebook files are saved on the infrastructure bucket that is configured in the Infra section of Syntasa (S3 or GCS).
All notebooks will have auto save enabled (2 min is the default). So any code written will be auto saved every 2 mins. But user can save before that.
All the information related to notebook is stored in the notebook file itself. Additional syntasa runtime information (when connected to syntasa runtime) is stored in a separate file at the same location as the actual notebook file. This runtime information file is just for the service to understand which runtime to connect and how to connect etc. End user has no use or purpose with that file. -
So how is the Save and Checkpoint supposed to perform in the notebook service? Are you able to save/checkpoint multiple versions in a single notebook or is that not how this works?
Reason i'm asking is if someone goes into another users notebook and makes a saved checkpoint and then makes changes to the notebook and saves it again, can the original checkpoint be reinstalled or is it lost?
Please sign in to leave a comment.
Comments
5 comments