Maarten Breddels
Maarten Breddels
Running this, and hitting compute triggers a keyerror in reacton. The fix is to put `str(../)` around the last line, but that should not be needed. ```python import solara import...
In https://github.com/widgetti/solara/commit/2b321eeff9f5e288a92d401b968d10671c22c959 we added support to notebook rendering for matplotlib using `pylabtools.select_figure_formats(shell, ["png"])`. This will make `display(fig)` work. Ideally, this works out of the box, without having a matplotlib dependency....
A client ran solara, but the firewall blocked access to the CDN. We should detect this, suggest fixing this by giving a link to the docs (that we need to...
see https://github.com/widgetti/solara/issues/507
see https://github.com/widgetti/solara/issues/522 We could try to support this, or give a better error message.
Can be run as: `python -m reacton.qt` cc @jamesdbrock Follow up of https://github.com/widgetti/reacton/issues/20
Hi, Hope we did this correctly, if there is anything you need, let us know. cc @JovanVeljanoski Regards, Maarten Closes #180
### Project to be claimed `ipyantd`: https://pypi.org/project/ipyantd ### Your PyPI username `maartenbreddels`: https://pypi.org/user/maartenbreddels ### Reasons for the request The project seems abandoned. The last commit is ~5 years ago: https://github.com/g21589/ipyantd...
### Describe the bug **context** When I render an ipywidget into a myst markdown cell, it shows white. **expectation** I expected it to look 'normal', meaning grey. ### Reproduce the...