SamCarey
SamCarey
Mmarimo
Created by sadki-bra on 4/16/2024 in #archived-help-and-support
git-synced WASM notebooks
This would be great! What I've been experimenting with is hard-coding a Gitlab project access token into a WASM notebook and then using the Gitlab API (via Python requests) to retrieve files as the notebook needs them. A built in solution with push, pull, authentication, etc. would take things to he next level.
2 replies
Mmarimo
Created by SamCarey on 4/12/2024 in #archived-help-and-support
Where is the source code for http://
The URL-shortener is not the part that I'm interested in. I want to recreate https://marimo.app on my own server. I think that involves compiling some things to WASM. I see a pyodide folder in the marimo repo, but I don't understand what the order of operations is to install the dependencies, build the WASM, and serve the complete app. I'm not especially experienced in web development. Are there complete instructions somewhere, or are those instructions closed-source? My motivation is that I'd like to be able to use this at my company, but we can't risk putting proprietary/sensitive data into a public website like marimo.app, even if no data is theoretically being sent to the server. I'd also like to be able to launch it offline.
7 replies
Mmarimo
Created by SamCarey on 4/12/2024 in #archived-help-and-support
Where is the source code for http://
Are the hosting setup and permalinks going to be open-sourced in the future?
7 replies
Mmarimo
Created by Marcos on 4/11/2024 in #archived-help-and-support
if you mean self-host all what you need
Wouldn't an "export" feature still require me to go to http://marimo.app to create the notebook initially? Perhaps I'm not understanding... Is the WASM web-app entirely client-side, such that I could just download the page contents and then rehost it with any server? Where is the source code for the WASM deployment?
2 replies