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.
### Description Easier installation of optional dependencies that enable: - SQL support (duckdb) - AI features (openai/anthropic) - Charting (altair) - Charting w/ performance (vega-fusion) ### Suggested solution We can...
### Description Can we improve all the error messages that get printed to the terminal. E.g - Bad parameters in the CLI or incorrect usage - Missing files - Missing...
### Description Not all our error messages have clear call to actions. These errors exist in `frontend/src/components/editor/output/MarimoErrorOutput.tsx` ### Suggested solution 1. We should improve the messaging, with a CTA 2....
### Description Similar to #3104 Currently we send up to 20k rows of data to the frontend to aggregate columns summaries. This aggregation happens in vega-lite and can cause memory...
### Description Currently we send up to 20k rows of data to the frontend to aggregate columns summaries. This aggregation happens in vega-lite and can cause memory issues and slowdowns....
### Describe the bug - Go to https://docs.marimo.io/api/inputs/dataframe.html - Add a Select Columns transform - Select two columns - Observe no columns are selected - You must add another transformation...
## 📝 Summary This is a draft pull request intended for testing the online documentation build and is **not yet ready for review**. ## 🔍 Description of Changes Adding a...
### Description We want users to be able to select text in a cell and ask an AI-assist to change that code. It should be similar logic to how AI-assist...
### Description We should have a fully functioning chat sidebar panel, similar to vscode. ### Suggested solution 1. Can ask AI a question 2. Include context such as dataframes and...
### Description We want to improve the UX for users who have auto-instantiate off (i.e. don't run on startup). ### Suggested solution Some ideas are: * include a banner to...