qdk
qdk copied to clipboard
Widget output should be saved in notebooks
Currently, when a notebook is saved with output, the rendering of the widgets is not saved. For example, a saved notebook on GitHub appears as below, (and in VS Code it shows nothing in the cell on reopen).
It would be good if we could capture the widget state, or at least a rendering, for when displaying notebooks (or exporting to HTML).
There appears to be external issues blocking this currently. Relevant issues are:
- https://github.com/jupyter/nbconvert/issues/923
- https://github.com/jupyterlab/jupyterlab/issues/15361
- https://github.com/microsoft/vscode-jupyter/issues/4404
- https://github.com/manzt/anywidget/issues/101