marimo

A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.

APACHE-2.0 License

Downloads
66.1K
Stars
3.9K

Bot releases are visible (Hide)

marimo - 0.1.74

Published by akshayka 9 months ago

What's Changed

This change adds support for using the arrow keys to navigate across cells. It also adds a new UI element, mo.ui.code_editor(), a text input with syntax highlighting.

Highlights

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.73...0.1.74

marimo - 0.1.73

Published by akshayka 9 months ago

What's Changed

A small bug fix and an improvement.

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.72...0.1.73

marimo - 0.1.72

Published by akshayka 9 months ago

What's Changed

This release adds a feature that lets you instantly share your notebooks as static HTML to the public web!

Just click the Share as static notebook option in the notebook menu:

image

Then choose a name for your file and hit "create", and we'll give you a link you can share out with the world!

image

Changes

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.71...0.1.72

marimo - 0.1.71

Published by akshayka 10 months ago

What's Changed

This change adds a feedback mechanism, built-into marimo. Click on the question icon in the bottom right of the notebook to send us anonymous feedback!

image

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.70...0.1.71

marimo - 0.1.70

Published by akshayka 10 months ago

What's Changed

This release introduces a feature that many of our users have asked for: hidden cells! You can now hide the code of a cell via the cell context menu, or with Cmd/Ctrl + H.

Additionally, this release makes it easier to edit marimo notebooks in a text editor. Instead of complaining about incorrect signatures and returns, marimo will fix them for you automatically when you next save the notebook. For example, you could author the following notebook in your text editor, and marimo will successfully open it:

import marimo
app = marimo.App()

@app.cell
def imports():
  import marimo as mo

@app.cell
def greetings():
  mo.md("# Hello, world!")

Changelog

New Contributors! 🎉

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.69...0.1.70

marimo - 0.1.69

Published by akshayka 10 months ago

What's Changed

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.68...0.1.69

marimo - 0.1.68

Published by akshayka 10 months ago

What's Changed

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.67...0.1.68

marimo - 0.1.67

Published by akshayka 10 months ago

What's Changed

This change includes bug fixes and security upgrades.

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.66...0.1.67

marimo - 0.1.66

Published by akshayka 10 months ago

What's Changed

This release adds the ability to include and show code when running a marimo notebook as an app:

marimo run notebook.py --include-code

It also includes other improvements and bug fixes.

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.65...0.1.66

marimo - 0.1.65

Published by akshayka 10 months ago

What's Changed

This release contains bug fixes and minor improvements.

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.64...0.1.65

marimo - 0.1.64

Published by akshayka 11 months ago

What's Changed

This release contains a new Markdown viewer! Cells containing just mo.md() can be viewed and edited as Markdown, instead of Python. Just click the "View as markdown" button in a cell's top-right corner to trigger the Markdown view.

markdown

It also includes a number of bug fixes and improvements.

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.63...0.1.64

marimo - 0.1.63

Published by akshayka 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.62...0.1.63

marimo - 0.1.62

Published by akshayka 11 months ago

What's Changed

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.61...0.1.62

marimo - 0.1.61

Published by akshayka 11 months ago

What's Changed

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.60...0.1.61

marimo - 0.1.59

Published by akshayka 11 months ago

What's Changed

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.56...0.1.59

marimo - 0.1.56

Published by akshayka 11 months ago

What's Changed

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.55...0.1.56

marimo - 0.1.55

Published by akshayka 11 months ago

What's Changed

This change includes a few small bug fixes.

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.54...0.1.55

marimo - 0.1.54

Published by akshayka 11 months ago

What's Changed

This release includes a performance improvement to autocompletion, fixing an issue where cell editors would become unresponsive when autocompleting symbols with many completions.

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.53...0.1.54

marimo - 0.1.53

Published by akshayka 11 months ago

What's Changed

This change includes some important bug fixes. It also includes two new transforms to mo.ui.dataframe, our interactive dataframe editor: shuffle and sample. These transforms are particularly useful in machine learning and quantitative science workflows.

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.52...0.1.53

marimo - 0.1.51

Published by akshayka 11 months ago

What's Changed

This change includes a number of small bug fixes, as well as a new feature: a logs panel that lets you see all your console outputs together in one place.

Full Changelog: https://github.com/marimo-team/marimo/compare/0.1.50...0.1.51