Running NiceGUI app without backend #5701
trungleduc
started this conversation in
Show and tell
Replies: 2 comments 4 replies
|
You beat me to it. I was trying out something similar privately (wasted a month of Manus credits) I'll put this in my favourites and review later. |
4 replies
|
@trungleduc nice work — related: I've packaged a general approach as an extension, https://github.com/evnchn/nicegui-pyodide 🧪 (alpha). It runs stock NiceGUI in-browser via Pyodide as an external package (no fork/core changes): a Given your Pyodide/JupyterLite background I'd genuinely value your eyes on the approach. Alpha caveats: pinned to 3.14.x, small verified surface, no-server features excluded. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
You may have heard of JupyterLite, a Wasm-powered JupyterLab running in the browser.
I'm developing JupyterPack, a JupyterLite extension that enables serving Python web applications directly in the browser using a Wasm-based Python kernel.
It currently supports NiceGUI applications, with features such as:
By simply adding a
#!jupyterpack.niceguishebang to the top of your NiceGUI script, you can serve your app using JupyterPack.Here’s a short screencast demonstrating the workflow:
nice-gui.mp4
You can try it out directly in JupyterLite
Or view the app in full-screen mode
Feedback and ideas are very welcome!
All reactions