Spinning up a Marimo Notebook
tl;dr: ssh exe.dev new --image=ghcr.io/marimo-team/marimo:latest-sql
Marimo is a reactive Python notebook. To run it on exe.dev, register
for exe.dev with ssh exe.dev, and then run
ssh exe.dev new --image=ghcr.io/marimo-team/marimo:latest-sql in your terminal.
It'll look like so:
$ ssh exe.dev new --image=ghcr.io/marimo-team/marimo:latest-sql
Creating nan-tango using image marimo-team/marimo:latest-sql...
App (HTTPS proxy → :8080)
https://nan-tango.exe.xyz
SSH
ssh nan-tango.exe.xyz
Finally, follow the https://vmname.exe.xyz/ provided. You're all set.
When you're done, ssh exe.dev rm <vm-name> to clean up.