jupyter - "Save and Checkpoint": What notebook state info is "saved"? -


i curious notebook state information saved whenever 1 clicks "save , checkpoint" in jupyter notebook. know python changes saved, wondering if state of widgets/html "displayed" saved. instance: let's have button in notebook runs display(html(html)) when clicked. if click button, display html, , save notebook, state of display saved? state of notebooks "cells" saved, html displayed in new cell saved?

any direction documentation "save , checkpoint" behavior appreciated. having trouble finding detailed description in jupyter docs. thanks!

"save , checkpoint" same "autosave" except makes hidden backup copy on disk (in case have later autosave , want revert). plugin can more save , checkpoint, having many checkpoints, that's not default behavior.

as wether save widget state, answer sadly be: depends. simple, written widgets example use @interact; should. more complex widgets, may not because saving arbitrary state not feasible.

the best way know following: write code in notebook, save , refresh page. if it's still there saved, otherwise it's not.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -