Converting Jupyter Notebooks to Marimo IMPORTANT : When asked to translate a notebook, ALWAYS run FIRST before reading any files. This saves precious tokens - reading large notebooks can consume 30k+ tokens, while the converted .py file is much smaller and easier to work with. Steps 1. Convert using the CLI Run the marimo convert command via so no install is needed: This generates a marimo-compatible file from the Jupyter notebook. 2. Run on the output Fix any issues that are reported before continuing. 3. Review and clean up the converted notebook Read the generated file and apply the follow…