Marimo

Latest version: v0.9.21

Safety actively analyzes 681874 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 25 of 36

0.1.74

Not secure
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

* improvement: Add ArrowUp/ArrowDown hotkey support for moving between cells by mscolnick in https://github.com/marimo-team/marimo/pull/533
* feat: mo.ui.code_editor by mscolnick in https://github.com/marimo-team/marimo/pull/531
* fix: don't make cells stale after formatting code by mscolnick in https://github.com/marimo-team/marimo/pull/535
* feat: configurable line length in format by akshayka in https://github.com/marimo-team/marimo/pull/528
* improvement: support running from https://marimo.io/static/ by mscolnick in https://github.com/marimo-team/marimo/pull/525
* example: Add duckdb and hugging face example by mscolnick in https://github.com/marimo-team/marimo/pull/529

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

0.1.73

Not secure
What's Changed

A small bug fix and an improvement.

* fix: support hide_code config in read and static html by mscolnick in https://github.com/marimo-team/marimo/pull/520
* improvement: close window on shutdown by mscolnick in https://github.com/marimo-team/marimo/pull/522


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

0.1.72

Not secure
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](https://github.com/marimo-team/marimo/assets/1994308/41fe41f5-455a-406d-b4a0-727a7b3afb7d)

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](https://github.com/marimo-team/marimo/assets/1994308/70b1b7ad-b1fe-4750-9164-a074df092f6e)


Changes

* fix(deps): update all non-major dependencies by renovate in https://github.com/marimo-team/marimo/pull/517
* improvement: sortable variable table by mscolnick in https://github.com/marimo-team/marimo/pull/516
* misc: allow uploading notebook as shared page by mscolnick in https://github.com/marimo-team/marimo/pull/519


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

0.1.71

Not secure
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](https://github.com/marimo-team/marimo/assets/1994308/599fbbc1-db56-4bc3-8d3c-9d98ce181038)

* misc: feedback dialog by mscolnick in https://github.com/marimo-team/marimo/pull/514


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

0.1.70

Not secure
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:

python
import marimo
app = marimo.App()

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

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


Changelog
* feature: Hide cell code while editing by mscolnick in https://github.com/marimo-team/marimo/pull/506
* improvement: Relax validation of args/returns on cells by akshayka in https://github.com/marimo-team/marimo/pull/502
* example: refresh with ISS API by liquidcarbon in https://github.com/marimo-team/marimo/pull/490
* fix: Handle banned names when renaming a cell by mscolnick in https://github.com/marimo-team/marimo/pull/505
* fix: wait for content to render before screenshot by mscolnick in https://github.com/marimo-team/marimo/pull/512
* fix: handle duplicate column names in CSV data by mscolnick in https://github.com/marimo-team/marimo/pull/511

New Contributors! 🎉
* liquidcarbon made their first contribution in https://github.com/marimo-team/marimo/pull/490

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

0.1.69

Not secure
What's Changed
* Add example notebook on embedding google scholar by akshayka in https://github.com/marimo-team/marimo/pull/488
* Fix: kernel process should not be daemonic by akshayka in https://github.com/marimo-team/marimo/pull/487
* fix(deps): update all non-major dependencies by renovate in https://github.com/marimo-team/marimo/pull/482
* improvement: use virtual file for image by mscolnick in https://github.com/marimo-team/marimo/pull/489
* chore(deps): update actions/setup-python action to v5 by renovate in https://github.com/marimo-team/marimo/pull/493
* chore(deps): update all storybook dependencies to ^7.6.7 by renovate in https://github.com/marimo-team/marimo/pull/481
* fix: dragging cells when in wide mode by mscolnick in https://github.com/marimo-team/marimo/pull/494
* Refactor tests into their own directory by akshayka in https://github.com/marimo-team/marimo/pull/491
* FAQ: running marimo on a remote server by akshayka in https://github.com/marimo-team/marimo/pull/495
* Docs: document conda installation by akshayka in https://github.com/marimo-team/marimo/pull/496
* fix: Fix server token validation errors by mscolnick in https://github.com/marimo-team/marimo/pull/497
* Add codecov.yml config by akshayka in https://github.com/marimo-team/marimo/pull/499
* Make output/std stream max sizes configurable by akshayka in https://github.com/marimo-team/marimo/pull/498
* feat: allow renaming cells by mscolnick in https://github.com/marimo-team/marimo/pull/484


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

Page 25 of 36

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.