⭐ Highlights
Configure project settings on a per-notebook basis, by inlining as script metadata ([PEP 723](https://peps.python.org/pep-0723/)):
python
/// script
[tool.marimo.runtime]
auto_instantiate = false
on_cell_change = "lazy"
[tool.marimo.display]
theme = "dark"
cell_output = "below"
///
Note: script metadata configuration has the highest precedence, followed by `pyproject.toml` configuration, then user configuration.
What's Changed
* fix(deps): update react-aria dependencies by renovate in https://github.com/marimo-team/marimo/pull/3795
* feat: allow marimo configuration in notebook.py as script metadata (per PEP 723) by mscolnick in https://github.com/marimo-team/marimo/pull/3794
* improve: Add more relevant snippets to the snippets panel (`1/2`) by Haleshot in https://github.com/marimo-team/marimo/pull/3709
* snippets: openai, huggingface, env by mscolnick in https://github.com/marimo-team/marimo/pull/3799
* fix: disconnect RTC websockets when disconnected from main WS by mscolnick in https://github.com/marimo-team/marimo/pull/3803
* fix: more ipython display coverage, add tests by mscolnick in https://github.com/marimo-team/marimo/pull/3804
**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.4...0.11.5