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
I assume this is related to changes made in ipywidgets 7.0: "Widgets are now displayed in the output area in the classic notebook and are treated as any other output."
Is there a potential workaround? I've played with injecting other bits of html via display("text/html",...) but no luck as the widgets don't seem to be readily editable.
The text was updated successfully, but these errors were encountered:
Previous solution to wrap widgets is no longer functional:
display("text/html", "<style>.cell .widget-area .widget-subarea { flex-direction: row; flex-wrap: wrap; }</style>")
I assume this is related to changes made in ipywidgets 7.0: "Widgets are now displayed in the output area in the classic notebook and are treated as any other output."
Is there a potential workaround? I've played with injecting other bits of html via
display("text/html",...)
but no luck as the widgets don't seem to be readily editable.The text was updated successfully, but these errors were encountered: