Maarten Breddels
Maarten Breddels
Yes, it might be good to have an explicit page on this. Actually, now that I think of it, I don't think we describe on our documentation page that solara-assets...
See also https://github.com/widgetti/solara/discussions/116 I've added docs on this in https://github.com/widgetti/solara/commit/9496712ec5510ad74564bb1808c1b96e6cb7fd10 Feel free to improve it!
Hi Brian, Thanks! sorry for the late reply, github notifications were turned off by default on this repo. I wasn't sure if ipydatagrid would work, but this seems to work...
Hi Dave, I tried installing perspective, but it fails on osx-arm. However, the following should work (using https://reacton.solara.dev/en/latest/libraries/) ```python @reacton.component def Demo(): with w.VBox() as main: w.Button(...) PerspectiveWidget.element(table, ...) return...
Good idea! Although this runs, it doesn't display in my current environment due to a semver issue in lab: ```python import pandas as pd import numpy as np from datetime...
Yeah, that is not related to Reacton. To be sure, just try to use the widget standalone. I think I had the same issue.
Hmm yes, they may be missing some lumino resize events, or even better, what we should be doing from now on: https://github.com/bqplot/bqplot/pull/1531 using the browser `ResizeObserver` . (the lumino events...
Hi @jamesdbrock, Good to hear you like Reacton, and declerative UI's. I have explored Qt support a while ago, and I actually managed to get that working. Would you be...
Dear James, Checkout out https://github.com/widgetti/reacton/pull/21 for the POC. As you can see there is nothing that needs to be changed in core.py (well, that first commit is unrelated to this...
This is planned 🙂