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
I 've been experimenting with the official examples regarding the Notebook API but
i can't seem to make the getDynamicModuleVariable work.
Looking at the docs: the params of the method should be cellId and name of the variable but this keeps throwing UnknownVariableName error.
The setDynamicModuleVariable method is working fine.
I am using v0.1.5
Here is a modified example from the official manipulate example. https://codepen.io/nporto/pen/poJQoaz
The text was updated successfully, but these errors were encountered:
Sorry, yes, this is a bug. getDynamicModuleVariable is just inherently broken at the moment, unfortunately. We will fix this in Cloud 1.55 (no new version of the wolfram-notebook-embedder library required, but an update of the cloud server).
Hello and thanks for this library.
I 've been experimenting with the official examples regarding the Notebook API but
i can't seem to make the
getDynamicModuleVariable
work.Looking at the docs: the params of the method should be
cellId
andname
of the variable but this keeps throwingUnknownVariableName
error.The
setDynamicModuleVariable
method is working fine.I am using v0.1.5
Here is a modified example from the official manipulate example.
https://codepen.io/nporto/pen/poJQoaz
The text was updated successfully, but these errors were encountered: