github marimo-team/marimo 0.12.6

latest releases: 0.12.9, 0.12.8, 0.12.7...
7 days ago

What's Changed

Highlights

Prompt file support for marimo new. You can now pass a text file to marimo new. File contents will be used as the prompt to generate a notebook using an LLM:

marimo new prompt.txt

This is helpful when working with long prompts. On unix-like systems, you can also pipe prompt input from stdin:

cat prompt.txt | marimo new

For usage examples, run marimo new --help or see the docs.

🐍 Improved completions. Our autocompleter now gives completions for function arguments.

Better sorting for table columns with nulls. Null entries are now shown at the end of table columns when sorting (for both ascending and descending). This makes it easy to see the largest and smallest values in your data, without having to page past nulls.

🧑‍💻 Copy-button for mo.ui.code_editor The code editor now includes a small button to copy code with one click. Thanks @nojaf for the contribution!

🛢️ Ibis support improvements. Improved support for Ibis in mo.ui.dataframe. Thanks @szst11!

All changes

New Contributors

Full Changelog: 0.12.5...0.12.6

Don't miss a new marimo release

NewReleases is sending notifications on new releases.