What's Changed
**✨ Text to notebook!** This release adds an exciting new feature: generate notebooks with a zero-shot prompt using an LLM, straight from the command line. This uses the same endpoint we've hosted at https://marimo.app/ai, but in the future we may extend to allow your own endpoints.
To get started, just type `marimo new "your prompt here"`. For example:
marimo new "Plot an interesting 3D surface with matplotlib. Include an interactive element to control the shape of the surface."
The marimo notebook generator can make use of marimo UI elements, and is aware of rules governing usage of variables in marimo. So feel free to get creative, and send us your favorite prompts at https://marimo.io/discord!
For example prompts, check out https://marimo.app/ai.
All changes
* feat: marimo new 'prompt to generate notebook' by mscolnick in https://github.com/marimo-team/marimo/pull/4364
* fix: remove none vals from being written to toml by Light2Dark in https://github.com/marimo-team/marimo/pull/4373
* fix: Vim Ctrl+[ to Escape by mscolnick in https://github.com/marimo-team/marimo/pull/4361
* fix: vscode bindings since they removed execCommand by mscolnick in https://github.com/marimo-team/marimo/pull/4377
**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.12.2...0.12.3