We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JupyterLab doesn't save widget output state when the file is closed, so all cells have to be recomputed to see the output.
When using the jsdom renderer, output is saved between sessions.
jsdom
As with #2 this is probably an upstream issue!
This appears to be the relevant issue jupyter-widgets/ipywidgets#3823 and it looks like people are making progress to fix it.
I tried downgrading jupyterlab and ipywidgets as suggested here without any luck. jupyterlab/jupyterlab#15361 (comment)
The text was updated successfully, but these errors were encountered:
I believe this is now the relevant issue jupyter-widgets/ipywidgets#3888
Sorry, something went wrong.
No branches or pull requests
JupyterLab doesn't save widget output state when the file is closed, so all cells have to be recomputed to see the output.
When using the
jsdom
renderer, output is saved between sessions.As with #2 this is probably an upstream issue!
This appears to be the relevant issue jupyter-widgets/ipywidgets#3823 and it looks like people are making progress to fix it.
I tried downgrading jupyterlab and ipywidgets as suggested here without any luck. jupyterlab/jupyterlab#15361 (comment)
The text was updated successfully, but these errors were encountered: