You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd still like to be able to strip these unusable output areas (assuming widget state isn't autosaved). This is complex as vnd.jupyter.widget-view+json is used for all jupyter widgets. Ideally, it would be something like "if its an execute_result and data has type vnd.jupyter.widget-view+json, look at "text/plain" and evaluate a regex to determine if we should strip this".
The text was updated successfully, but these errors were encountered:
Given a notebook that looks like:
It will save something like this to the notebook:
We'd still like to be able to strip these unusable output areas (assuming widget state isn't autosaved). This is complex as
vnd.jupyter.widget-view+json
is used for all jupyter widgets. Ideally, it would be something like "if its an execute_result and data has type vnd.jupyter.widget-view+json, look at "text/plain" and evaluate a regex to determine if we should strip this".The text was updated successfully, but these errors were encountered: