-
-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current state of DynamicMap #705
Comments
I think this is a reasonable suggestion. The attribute could be called |
I've made a PR (linked above) to add an |
It seems to work fine. I noticed one instance where the |
@vascotenner This should now be addressed by PR #1453 which has been merged. You'll find an |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Is there an easy way to get the parameters of the showed item in a DynamicMap?
dmap.keys() of dmap.cache shows all the keys available in the cache, not the current selected frame.
When using ipython.widgets.interact, one can do: object.kwargs or something.
This addition would it also make it possible to easilier to save the last state of a widget in a notebook.
The text was updated successfully, but these errors were encountered: