qdk icon indicating copy to clipboard operation
qdk copied to clipboard

Widget output should be saved in notebooks

Open billti opened this issue 1 month ago • 0 comments

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).

Image

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

billti avatar Nov 26 '25 18:11 billti