Skip to content
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

Is there any way to preserve user selected inputs from previous runs of the notebook? #3698

Open
jason-ogaard opened this issue Feb 7, 2023 · 0 comments

Comments

@jason-ogaard
Copy link

It's a common use case for teams in our org to create a notebook, often with dozens of widgets that have preselected values, and then export that notebook to give to someone else. That someone else imports the notebook and modifies one or two of the widget values and then reruns the notebook.

We currently use zeppelin for our notebook needs but want to switch to jupyterlab and ipywidgets seems to be the go to widget library (and it is very good!). However, whenever the user runs the imported notebook the widgets end up going back to their default values. The behavior is perfectly described in this comment

Is there any way to prevent the widgets from resetting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant