Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/guides/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ While editing a notebook with `marimo edit`, you can preview the notebook
as an app by clicking the preview button in the bottom-right of the editor.
(You can also use the command palette.)

!!! note "`layouts` folder"
marimo saves metadata about your constructed layout in a `layouts` folder;
make sure to include this folder when sharing or deploying your notebook
so that others can reconstruct your layout. Include this folder in version
control.

### Vertical layout

The default layout is the vertical layout: cell outputs are concatenated
Expand Down Expand Up @@ -53,10 +59,6 @@ Enable the grid editor in the app preview, via a dropdown:
<figcaption>Grid layout lets you drag and drop outputs to construct your app</figcaption>
</div>

marimo saves metadata about your constructed layout in a `layouts` folder;
make sure to include this folder when sharing your notebook so that others
can reconstruct your layout.

### Slides layout

If you prefer a slideshow-like experience, you can use the slides layout. Enable the slides layout in the app preview, via the same dropdown as above.
Expand Down