Converting Streamlit Apps to Marimo For general marimo notebook conventions (cell structure, PEP 723 metadata, output rendering, , variable naming, etc.), refer to the skill. This skill focuses specifically on mapping Streamlit concepts to marimo equivalents . Steps 1. Read the Streamlit app to understand its widgets, layout, and state management. 2. Create a new marimo notebook following the skill conventions. Add all dependencies the Streamlit app uses (pandas, plotly, altair, etc.) — but replace with . You should not overwrite the original file. 3. Map Streamlit components to marimo equiva…