Snippets were plain Python dicts — marimo expects actual notebook files (marimo.App with @app.cell). Rewrote all 10 as proper marimo notebooks that load_app() can parse. Disabled include_default_snippets — only our project snippets show. 10 snippets: duckdb, trino, bib, nessie, s3-obstore, chart-bar, chart-line, query-demographics, query-schema, query-pmpm. refs #75
74 lines
1.2 KiB
TOML
74 lines
1.2 KiB
TOML
[completion]
|
|
activate_on_typing = true
|
|
signature_hint_on_typing = false
|
|
copilot = false
|
|
|
|
[server]
|
|
browser = "default"
|
|
follow_symlink = false
|
|
|
|
[package_management]
|
|
manager = "uv"
|
|
|
|
[runtime]
|
|
auto_instantiate = false
|
|
auto_reload = "off"
|
|
reactive_tests = true
|
|
on_cell_change = "autorun"
|
|
watcher_on_save = "lazy"
|
|
output_max_bytes = 8000000
|
|
std_stream_max_bytes = 1000000
|
|
default_sql_output = "auto"
|
|
default_csv_encoding = "utf-8"
|
|
|
|
[formatting]
|
|
line_length = 79
|
|
|
|
[save]
|
|
autosave = "after_delay"
|
|
autosave_delay = 1000
|
|
format_on_save = false
|
|
|
|
[ai.models]
|
|
displayed_models = []
|
|
custom_models = []
|
|
|
|
[ai.custom_providers]
|
|
|
|
[diagnostics]
|
|
sql_linter = true
|
|
|
|
[language_servers.pylsp]
|
|
enabled = false
|
|
enable_mypy = true
|
|
enable_ruff = true
|
|
enable_flake8 = false
|
|
enable_pydocstyle = false
|
|
enable_pylint = false
|
|
enable_pyflakes = false
|
|
|
|
[display]
|
|
default_width = "medium"
|
|
dataframes = "rich"
|
|
cell_output = "below"
|
|
theme = "dark"
|
|
default_table_page_size = 10
|
|
default_table_max_columns = 50
|
|
reference_highlighting = true
|
|
custom_css = ["/home/kert/.config/marimo/loch.css"]
|
|
code_editor_font_size = 14
|
|
|
|
[keymap]
|
|
preset = "default"
|
|
|
|
[keymap.overrides]
|
|
|
|
[snippets]
|
|
custom_paths = ["/home/kert/notebooks/snippets"]
|
|
include_default_snippets = false
|
|
|
|
[mcp]
|
|
presets = []
|
|
|
|
[mcp.mcpServers]
|