Sharing notebooks created under https://marimo.io/dashboard - how does that work?
I mean, other than creating a WASM link and sharing that.
7 Replies
You should see a share button. From the notebook, go to Manage Notebook (top right), then share (top right) I believe
Solution
notice the share button
Okay, got it. By the way, there's some inconsistency in the naming: once it's notebook, elsewhere it's project.
@Akshay , is there a way to hide code by default when sharing the project link?
I see the toggle once its launched, but not before
you can do
?show-code=false
as a query param
?include-code=false
if you don't even want them to toggle itThank you both @Myles Scolnick and @Akshay !