reacton icon indicating copy to clipboard operation
reacton copied to clipboard

A pure Python port of React for ipywidgets

Results 17 reacton issues
Sort by recently updated
recently updated
newest added

see https://github.com/widgetti/solara/issues/522 We could try to support this, or give a better error message.

The [DatetimePicker](https://ipywidgets.readthedocs.io/en/stable/examples/Widget%20List.html#datetime-picker) ist not currently covered by https://github.com/widgetti/reacton/blob/master/reacton/ipywidgets.py

Hey @maartenbreddels, I'm not sure if bqplot_image_gl will be upstreamed to bqplot_gl eventually. I generated this code, and it appears to work: ```python import numpy as np import solara from...

I was trying to execute the calculator demo https://reacton.solara.dev/en/latest/_output/lab/ and from `import reacton` I got the following error. ```python-traceback --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) /tmp/xpython_42/3272763547.py in () ---->...

Can be run as: `python -m reacton.qt` cc @jamesdbrock Follow up of https://github.com/widgetti/reacton/issues/20

Like [many other people](https://github.com/pyedifice/pyedifice/discussions/43), I want to write good-looking apps with React-style (Model-View-Update, The Elm Architecture) in 100% Python. Congratulations on implementing [Hooks](https://reacton.solara.dev/en/latest/api/#hooks) in Python; I believe you’re the first...

This project has already saved me a bunch of time building complex Jupyter UIs. I just wanted to say thanks!

wontfix

First congrats on this work, really amazing to see this. Have you looked at integrating ipydatagrid? What would that take?