-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Sorry for the many bug reports and feature requests lately.
I really appreciate the work you put into ipydrawio and any feedback and support you give.
Motivation
I would like for the ipydrawio widget to be able to render within a Panel app.
Panel is an open-source Python library that lets you create custom interactive web apps and dashboards by connecting user-defined widgets to plots, images, tables, or text.
This library is useful when integrating the ipydrawio widget into a GUI
Panel library can be used to develop rich interactive applications without tying your domain-specific code to any particular GUI or web tools.
Design Ideas
Currently, it doesn't seem that the ipydrawio widget renders within the Panel library.
No errors are generated, nothing to help make it render or where to start:
Rather than issuing a bug report i figured that rendering within Panel wasn't a design goal so it would be best to add this as a feature request.
Honestly, i don't have the faintest idea why it is not rendering with panel. Other widgets are rendering something:



