react-py
react-py copied to clipboard
Effortlessly run Python code in your React apps.
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 ```...
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).
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...