back
loading skill details...
Write a marimo notebook in a Python file in the right format.
Notes for marimo Notebooks marimo uses Python to create notebooks, unlike Jupyter which uses JSON. Here's an example notebook: # /// script # dependencies = [ # "marimo", # "numpy==2.4.3", # ] # requires-python = ">=3.14" # /// import marimo __generated_with = "0.20.4" app = marimo.App(width="medium")
don't have the plugin yet? install it then click "run inline in claude" again.