Get help from the marimo community

Home
Members
hidalgo8888
h
hidalgo8888
Offline, last seen 4 months ago
Joined November 25, 2024
h
hidalgo8888
·

intro.py

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?