ipyreact icon indicating copy to clipboard operation
ipyreact copied to clipboard

React for ipywidgets that just works. No webpack, no npm, no hassle

Results 27 ipyreact issues
Sort by recently updated
recently updated
newest added

For jupyter-tldraw, I am currently using the old version 1 of tldraw, but now there is a new version 2. The [docs](https://tldraw.dev/docs/ucg/installation) say I should install like this: `npm install...

If we do a release, the CI script installs from pypi the old version, we want it to be always up to date (I think)

I asked chatGPT to convert this code into a widget ```js %%react import React, { PureComponent } from 'react'; import ReactDiffViewer from 'react-diff-viewer'; const oldCode = `Hello World`; const newCode...

I don't think ipyreact ships the build toolchain(sucrase, tsc ...?) along with it when it is packaged into a whl, but that itsn't clear from the docs. What happens when...

In another project, I am dealing with yet more build system churn. My project used to build, I turned on eslint, made suggested fixes, and it stopped running a full...

I have a python object of type `fig`. This `fig` is used to initialize the ReactWidget. In the init function, the figure is processed to a string and then later...

There have been a bunch of small issues and pull requests here are very useful for future implementers, because they contain explanation of why things work as such. Ideally this...

Do you have any advice on how to debug this? It should just work in VSCode, right? ![Screenshot 2024-08-15 at 3 57 30 PM](https://github.com/user-attachments/assets/d74f1c2c-7179-48d7-a399-046039a0e001) ``` [Open Browser Console for more...

ipyreact doesn't seem to work offline w/o internet connection because of attempting to load `https://ga.jspm.io/npm:[email protected]/dist/es-module-shims.js` . Is it possible to make it so that this file is also embedded with...