stlite
stlite copied to clipboard
Serverless Streamlit 🎈🚀
This seems to be from the upstream Streamlit
* Parallelize the `await`-s in `loadPyodideAndPackages` that are now run sequentially. * Stop loading unnecessary packages * https://github.com/pyscript/pyscript/pull/234 --- Pyodide has a roadmap where it will try to speed up...
Hi, [AgGrid](https://github.com/PablocFonseca/streamlit-aggrid) is a dataframe library which helps in providing a bettr table visualisation for streamlit. It seems there is some styling issues preventing it to work with stlite. Here...
Hi, Is there a way to run async code (e.g. `pyodide.http`) in stlite? I tried `asyncio.get_event_loop` and it did work (nothing was executed). Is there a working example of it?
Hi, Running stlite on the main thread instead of the web worker makes the Pyodide `js` module usable, hence enabling interoeration between JavaScript and Python code. It can be as...
As the Streamlit core architecture has been drastically changed since v1.12.* decoupling the core runtime and the web server-related parts with PRs including; * https://github.com/streamlit/streamlit/pull/4956 * https://github.com/streamlit/streamlit/pull/5072 * https://github.com/streamlit/streamlit/pull/5136 As...
- Create packages/sharing with CRA and stlite-kernel - Add streamlit-browser as a dependency - Create and mount it
https://blog.jupyter.org/jupyter-everywhere-f8151c2cc6e8