Get help from the marimo community

Updated 3 months ago

intro.py

At a glance

The community member is asking whether a hint should be included at the top of the intro.py marimo tutorial intro to indicate that the entire notebook has been "run already" and to "watch out for yellow highlights on the cell play button". This would help users who are used to having to run import marimo as mo before using slider = mo.ui.slider(1,22) to expect every cell to be functional just by opening the notebook.

should a hint be included at the top of intro.py
Plain Text
marimo tutorial intro

that the entire notebook has been "run already", and to "watch out for yellow highlights on the cell play button"
It would help users that are used to "having to run"
Plain Text
import marimo as mo

before

Plain Text
slider = mo.ui.slider(1,22)

to expect every cell to be functional just by opening the notebook?
Add a reply
Sign up and join the conversation on Discord