googlecolab / colabtools

Python libraries for Google Colaboratory
Apache License 2.0
2.18k stars 708 forks source link

Converting notebook to html failing with error metadata["widgets"][WIDGET_STATE_MIMETYPE]["state"] KeyError: 'state' #4559

Open MohdWaquar opened 4 months ago

MohdWaquar commented 4 months ago

Describe the current behavior Converting notebook to html failing with error metadata["widgets"][WIDGET_STATE_MIMETYPE]["state"] KeyError: 'state' Describe the expected behavior A clear and concise explanation of what you expected to happen.

What web browser you are using (Chrome, Firefox, Safari, etc.)

Additional context Link to a minimal, public, self-contained notebook that reproduces this issue.

alimanfoo commented 3 months ago

Cross-referencing the same issue previously reported on the nbconvert repo: https://github.com/jupyter/nbconvert/issues/1731

There are workarounds (see issue linked above) but would be great to have this fixed on the colab side :)