Skip to content

0.2.0

Compare
Choose a tag to compare
@akshayka akshayka released this 01 Feb 23:31
· 1766 commits to main since this release

What's Changed

Version 0.2.0 brings several new features and bug fixes. Here are some highlights:

Resumable kernels. In edit mode, you can now close your browser tab and return to it later -- marimo will pick up where you left off! Any outputs that were generated while the tab was closed will be sent to your browser when you reconnect to the kernel. If you really want to restart the kernel, we've added a restart button in the notebook menu.

Switch your marimo notebook from the editor. We have a new file explorer that lets you change the marimo notebook you're working on. Currently, changing to a new notebook will close the currently running notebook, but we may change this behavior in the future.

ANSI escape codes in console output. The marimo editor now knows how to display ANSI escape codes (like colors, bold, etc) in console output -- so you can use libraries like rich with proper formatting, or use your own codes.

New Contributors

Full Changelog: 0.1.88...0.2.0