Roadmap to V1 #2899
Replies: 8 comments 12 replies
-
Better support for references in aid of reproducibility. There is a feature in Marimo where typing a colon ':' produces an icon/emoji list to choose from. It would be good if there was a more general way or another hotkey to produce a popup custom list from a file of items. Best wishes for 1.0. |
Beta Was this translation helpful? Give feedback.
-
Would be nice to have a hugoblox plugin; although I wonder if you can do something readily now (as it works well with markdown; renders mermaid diagrams well in blog posts).
I'd really like to shoutout Weights and Biases's (wandb) way of writing reports/blogs where you can see how they display their plots (interactive); good example of dogfooding? |
Beta Was this translation helpful? Give feedback.
-
First of all I want to say I'm very excited about marimo. It's giving me very strong "polars circa late 2021" vibes: clearly a better solution shape to the problem than the incumbent, but a few rough edges mean it's not quite ready for primetime yet. Hopefully some of these get ironed out and I look forward to watching it spread across teams in my company the way that polars has over the last couple of years. From trying marimo as a replacement for JupyterLab over the last few weeks, here are some improvements I would love to see and which would help with adoption.
These first two items above are blocking me from moving to marimo as my default notebook engine. The issues here are likely common to many of my colleagues so I think addressing these would really enable wider adoption: Further suggestions:
I hope that's helpful, and look forward to seeing marimo grow and develop. |
Beta Was this translation helpful? Give feedback.
-
Wow, looks like a very ambitious and promising roadmap. I already love marimo and I am really looking forward to what the future will bring. Since you have mentioned the plugin for VSCode I personally would like to see a plugin for PyCharm as well, which I feel like is one of the goto IDE's for python developers. I'm looking forward to see what the future of marimo will bring. Thanks for all your passion for this amazing project! |
Beta Was this translation helpful? Give feedback.
-
A model context protocol client. How amazing this will be to be able to plug in our data sources and use AI on them. The client should be able to be configured not just with paid LLMs like Claude and OpenAI, but Ollama so that easy integration with fairly powerful locally run LLMs are supported. Marimo is very exciting. Thank you for a brief moment of sunshine. |
Beta Was this translation helpful? Give feedback.
-
Hi, Congratulation on your latest funding! Well deserved! I have a few suggestions for you on top of the already mentionned ones. Apologies in advance if some of the features are already implemented.
Thank you! |
Beta Was this translation helpful? Give feedback.
-
Piggybacking on number 8 above! I know terminal-things are not on the v1 roadmap for what are likely very good and pragmatic reasons, and I wonder if this isn't the right space for "wish list" requests (if there is one, i'll be happy to move it there...) ... but. i think i MIGHT be able to die happy if marimo made a terminal emulator (Ha, ok, fine, fine, i'll settle for a TUI). If y'all can do anywhere close the same thing in the terminal as y'all did with the notebook experience, it'd be an incredible win. Excel watch out? 🤤 Imagine the best of all worlds with me:
... all on one package? Regardless, lots of groundwork already laid! Seems like too many moving parts to manage via various plugin systems. Integrated is cooler anyways. Thanks to the Marimo team for this amazing tool which has already had a seismic impact on my productivity. Very excited to see what the future holds. |
Beta Was this translation helpful? Give feedback.
-
I'd like to have a side by side layout that show just one code cell on left and the output on the right with pageup/down or other UI to nivigate prevous/next cell. This would be helpful for instructor to demo or teach coding. Thanks. |
Beta Was this translation helpful? Give feedback.
-
We're building a unified toolchain for working with data. On the road to marimo version 1.0, we'll focus on enabling the following goals:
Here's a breakdown of our roadmap, organized into these categories.
Rapid data manipulation
Developer experience in the marimo editor
We'll be working on improving our code intelligence, including more robust code completion and the addition of type-checking and linting; on adding real-time collaboration to the editor; building out more AI assistance features; and improving usability across the board.
Code Intelligence
Multiplayer
AI integration
General Usability
Developer experience working with notebook files
Working with the marimo notebook file
mypy
error-free #2325Package management
Configuration
[tool.marimo]
Support configuration overrides in a pyproject.toml #3069Publishing notebooks and sharing data apps
Sharing notebooks on GitHub
marimo export html-wasm --mode=read|edit
marimo export html-wasm --mode=(read|edit) #3116Static-site generation
--include-outputs
Building and deploying data apps from marimo notebooks
Working with data at any scale
Execution
Caching
mo.persistent_cache()
Memory Consumption
Tracing
Pipelines
Enterprise-readiness
Stability
Security
Instrumentation
Beta Was this translation helpful? Give feedback.
All reactions