ipyreact
ipyreact copied to clipboard
React for ipywidgets that just works. No webpack, no npm, no hassle
Is it possible to import custom css? anywidget lets you set `_css`, but (as far as I can tell), setting that to a file doesn't seem to do anything? I...
I can successfully run the `threejs-fiber.ipynb` with the included `threejs-fiber.bundle.js` without any issues. Let's try and build the bundle by ourselves: ```shell cp -r threejs-fiber /tmp && cd /tmp/threejs-fiber python3.11...
When running the `pip install .[...]` install instruction, it fails with an error: ``` > yarn run build:lib && yarn run build:nbextension && yarn run build:labextension Internal Error: @widgetti/jupyter-react@workspace:.: This...
bi-directional binding between jupyter and python works... as long as you replace the entire object from both sides. As is react best practice.
Hey! I just discovered this library and think it looks really interesting! I did a small experiment to see if ipyreact could replace some stuff I've made in the past...
Hi all, Thanks for your open libraries, loving working with Solara so far! I just discovered ipyreact also and I'm trying to see how easy it is for using react...
We should upgrade sucrase and enable this https://github.com/alangpierce/sucrase/pull/811 since modules can have side effects (like adding web components) cc @iisakkirotko
Is it possible to develop widgets for ipyleaflet using ipyreact or anywidget? For example, I am interested in using the [Leaflet.TileLayer.MBTiles](https://github.com/0nza1101/leaflet-tilelayer-mbtiles-ts) plugin with ipyleaflet. Below is a sample Javascript snippet....