Lint Notebook
lint_notebookCheck a marimo notebook for breaking, runtime, and formatting issues to ensure it runs correctly and avoids unexpected behavior.
Instructions
Lint a marimo notebook to check for issues.
Uses marimo's internal linting engine (the same one behind
marimo check) to check for:
Breaking issues: Problems that prevent the notebook from running
Runtime issues: Problems that may cause unexpected behavior
Formatting issues: Code style and formatting problems
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_url | No | Optional server URL override. Optional if an active server_url is bound. | |
| session_id | No | Session ID from list_active_notebooks. Optional if an active session is bound. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||