juba / pyobsplot

Observable Plot in Jupyter notebooks and Quarto documents
https://juba.github.io/pyobsplot/
MIT License
184 stars 8 forks source link

Widget renderer output lost when notebook is closed in VSCode #2

Open juba opened 1 year ago

juba commented 1 year ago

VSCode doesn't save widget output state when the file is closed, so all cells have to be recomputed to see the output.

See: https://github.com/microsoft/vscode-jupyter/issues/4404

juba commented 1 year ago

When using the jsdom renderer, output is saved between sessions.