6 ms·
Hi! molab is not available for self-hosting. For self-hosting, you have a few options: Use marimo open source. This can be self-hosted in the same way that Jup
by akshayka 1y ago
Hi! molab is not available for self-hosting. For self-hosting, you have a few options:
Use marimo open source. This can be self-hosted in the same way that Jupyter can. Repo: https://github.com/marimo-team/marimo https://github.com/marimo-team/marimo
Use marimo's WebAssembly notebooks (exporting to WASM-powered HTML). For example, that's how Cloudflare is sharing marimo notebooks currently: https://notebooks.cloudflare.com/ https://notebooks.cloudflare.com/. Docs: https://docs.marimo.io/guides/exporting/#export-to-wasm-powered-html https://docs.marimo.io/guides/exporting/#export-to-wasm-powe...
Use within JupyterHub: https://github.com/jyio/jupyter-marimo-proxy https://github.com/jyio/jupyter-marimo-proxy
- anilgulecha 1y agoThanks. marimo is cool, but spinning up N backends for scale would not be tenable cost wise. Currently looks like there's this very cool full-frontend notebook tool: https://github.com/gzuidhof/starboard-notebook https://github.com/gzuidhof/starboard-notebook , which can be tied to a small backend to save/load python scripts from. This is working well for edu usecases potentially with support for both js and python.