react-py icon indicating copy to clipboard operation
react-py copied to clipboard

Effortlessly run Python code in your React apps.

Results 33 react-py issues
Sort by recently updated
recently updated
newest added

Hi I'm tracking down the following error which seems to related to react-py (see https://www.tryhamilton.dev/ for the error live): ``` ReferenceError: __webpack_require__ is not defined at 616.4aff1fd8.js:2:20 at 616.4aff1fd8.js:2:7388 ```...

question

I tried to run the playground [here](https://elilambnz.github.io/react-py/playground) in Safari, firefox and chrome. Setting up environment never finishes and I cannot ever run any code :( (waited for roughly 5 minutes).

bug

I'm having trouble using the usePythonConsole hook because of an unexpected behavior of stdout. Sometimes it is set once before the code is done running. I can imagine this is...

bug