{
"marimo": "0.24.0",
"editable": false,
"location": "~/src/quantish/.venv/lib/python3.13/site-packages/marimo",
"OS": "Darwin",
"OS Version": "25.5.0",
"Processor": "arm",
"Python Version": "3.13.7",
"Locale": "C",
"Binaries": {
"Browser": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36",
"Node": "v26.4.0",
"uv": "0.8.16 (2de677b0d 2025-09-09)"
},
"Dependencies": {
"click": "8.4.2",
"docutils": "0.23",
"itsdangerous": "2.2.0",
"jedi": "0.19.2",
"markdown": "3.10.2",
"narwhals": "2.24.0",
"packaging": "26.2",
"psutil": "7.2.2",
"pygments": "2.20.0",
"pymdown-extensions": "10.21.2",
"pyyaml": "6.0.3",
"starlette": "1.0.0",
"tomlkit": "0.14.0",
"typing-extensions": "4.16.0",
"uvicorn": "0.46.0",
"websockets": "16.0"
},
"Optional Dependencies": {
"anywidget": "0.11.0",
"loro": "1.13.2",
"pytest": "9.1.1"
},
"Experimental Flags": {
"debugger": false,
"external_agents": false,
"line_timing": false,
"rtc_v2": false
}
}
Describe the bug
The docstring popups are driving me nuts: too large, covering what I'm trying to edit, and most of the time completely unhelpful. There needs to be a way to control them.
Will you submit a PR?
Environment
Environment
{ "marimo": "0.24.0", "editable": false, "location": "~/src/quantish/.venv/lib/python3.13/site-packages/marimo", "OS": "Darwin", "OS Version": "25.5.0", "Processor": "arm", "Python Version": "3.13.7", "Locale": "C", "Binaries": { "Browser": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36", "Node": "v26.4.0", "uv": "0.8.16 (2de677b0d 2025-09-09)" }, "Dependencies": { "click": "8.4.2", "docutils": "0.23", "itsdangerous": "2.2.0", "jedi": "0.19.2", "markdown": "3.10.2", "narwhals": "2.24.0", "packaging": "26.2", "psutil": "7.2.2", "pygments": "2.20.0", "pymdown-extensions": "10.21.2", "pyyaml": "6.0.3", "starlette": "1.0.0", "tomlkit": "0.14.0", "typing-extensions": "4.16.0", "uvicorn": "0.46.0", "websockets": "16.0" }, "Optional Dependencies": { "anywidget": "0.11.0", "loro": "1.13.2", "pytest": "9.1.1" }, "Experimental Flags": { "debugger": false, "external_agents": false, "line_timing": false, "rtc_v2": false } }Code to reproduce
No response