marimo
marimo copied to clipboard
A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
When a follow up questions is asked in the chat side bar, I got internal server error. The first question works, only follow up questions didn't. This issue seems to...
## 📝 Summary Adds the correct upstream [Python package](https://pypi.org/project/sagemath) for the `sage` import. ## 🔍 Description of Changes Alternative to https://github.com/marimo-team/marimo/pull/7151. Here we use the official upstream package as the...
### Describe the bug I'm seeing some strange interactions between marimo and [loguru](https://loguru.readthedocs.io/en/stable/index.html). Two (possibly related, possibly not) problems: 1. When running in interactive mode (marimo edit ...) I don't...
DO NOT MERGE - Testing against unreleased upstream changes to verify compatibility with marimo CLI before releasing. - https://github.com/marimo-team/msgspec/pull/8
### Describe the bug When I edit the user setting in the browser UI, the .marimo.toml file is overwritten and all the settings that existed previously in .marimo.toml are lost....
### Description When running on a read-only filesystem marimo will log errors as it's trying to create `./__marimo__/session` ``` [E 251114 08:57:31 serialize:392] Failed to create parent directories: [Errno 30]...
## 📝 Summary This PR adds read-only and reactive exposure of parent variables to embedded children notebooks via app.embed(). The goal was to improve modularity and enable bi-directional communication of...
My company has a license for Github Copilot, and I can easily authenticate for the auto-completion. But then you also say it is possible to use it for AI assistance:...
### Describe the bug I don't know what is going on here, but for a few weeks now, Marimo has not been displaying correctly in my Firefox browser (on MacOS)....
### Description When using `uv` I would to have tools like `ty`, `ruff` and others being installed from UI, be installed with _--dev_ into dev group. ### Suggested solution Add...