-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Currently to get the value of a DynamicModule variable in a notebook, you have to explicitly set the name of the variable.
This is a huge limitation when it comes to deeper integrating the WL Notebooks within 3rd party platforms.
Ideally you can expose a method to discover all the "available" dynamic module variables in the embedded notebook which in turn will allow the creation of notebook agnostic functionalities such as "save and resume"**
**By exporting the current internal state of a Notebook (using getDynamicModuleVariable) and re-importing it (using setDynamicModuleVariable) at a later point in time to introduce advanced "save and resume" capabilities, especially in somewhat larger notebooks with multiple cells.
Metadata
Metadata
Assignees
Labels
No labels