View Modes
Zepl supports several different visual styles:
- Default: grey background notebook theme
- Simple: white background notebook theme with smaller paragraph padding
- Report: minimizes the number of icons and shows only on mouse-over
- Juno: Jupyter-like styling
For those who prefer a straightforward notebook with a grey background theme, Zepl includes Default view. This is the standard view that will automatically be set to Default view when you create or upload a new notebook.

For those who prefer a clean notebook with small paragraph padding, Zepl includes Simple view.

- 1.Click the eye icon in the top left corner of the notebook page
- 2.Select "Simple" mode

Zepl's Report View is great for creating Dashboards directly from your notebooks. This view will hide all code and will align the output of each paragraph. Notebooks rendered in Report view can still be scheduled to run on a Schedule and shared through a Publish link, which makes this a perfect way to deliver dashboards to every stakeholder.

- 1.Click the eye icon in the top left corner of the notebook page
- 2.Select "Report" mode

For those who prefer a Jupyter notebook format, Zepl includes Juno view.

- 1.Click the eye icon in the top left corner of the notebook page
- 2.Select "Juno" mode
- 3.Juno mode will be the default view for imported Jupyter notebooks

Last modified 2yr ago