ipywidgets
ipywidgets copied to clipboard
ipywidgets cannot be displayed in the SimplifiedOutputArea widget
trafficstars
I followed the example at
https://github.com/jupyterlab/extension-examples/tree/master/advanced/kernel-output
The ipywidgets can be displayed fine in the notebook cells, but not in the SimpliedOutputArea from @jupyterlab/outputarea created manually. I checked the rendermime, it contains the mimetypes for ipywidgets.
Not sure what I need to do to make it work. Please help. Thanks.
I had the exactly same problem when flollowing the kernel output example ;Did you figure out the problem now?