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

Widget renderer output lost when notebook is closed in JupyterLab #27

Open
harrylojames opened this issue Feb 14, 2024 · 1 comment
Open
Labels

Comments

@harrylojames
Copy link
Contributor

harrylojames commented Feb 14, 2024

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)

@harrylojames
Copy link
Contributor Author

I believe this is now the relevant issue
jupyter-widgets/ipywidgets#3888

@juba juba added the upstream label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants