react-py
react-py copied to clipboard
Effortlessly run Python code in your React apps.
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...
As you can see above, it doesn't run well when I just press Run button.
Is there a way to get the trailing whitespace from prompt? E.g. if someone wants to run `x = input("What is your favourite colour?\n")`, prompt would have the "\n" or...
Hi, I planned to execute Python code on my React and I tried multiple versions of React hooks and js libraries. I also tried this one sometime before but it...
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927...
https://pyodide.org/en/stable/usage/api/js-api.html#pyodide.loadPackagesFromImports If this is implemented we no longer have to define packages that coming from pyodite distro
Allow a diffferent pyodide, for example: In `pyodide_worker.ts` ``` importScripts('https://cdn.jsdelivr.net/pyodide/v0.23.4/full/pyodide.js') ``` How about something like: ``` importScripts(window.PYODIDE_SCRIPT || 'https://cdn.jsdelivr.net/pyodide/v0.23.4/full/pyodide.js') ```
According to pyodide runPython can return a value https://pyodide.org/en/stable/usage/quickstart.html?highlight=expression#running-python-code I was looking to the code and I see that you wrap the run call into an exec method which is...
Long output that changes fast can cause slowness in the client side. I sugest that the package will have some num lines trunction threshold. it can be easily implemented in...
loading `pyodide_http` only when it's relevant can make the inital loading faster.