
MARISOL (@marimoodd) - TikTok
MARISOL (@marimoodd) on TikTok | 1.4M Likes. 15.8K Followers. Mexicana | Haircare, Beauty, Fashion, etc. | CA 📍 [email protected] the latest video from MARISOL (@marimoodd).
Roadmap to V1 · marimo-team marimo · Discussion #2899 - GitHub
2024年11月19日 · 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: Rapid data manipulation with Python and SQL; Excellent developer experience in the marimo editor; Excellent developer experience working with notebook files
marimo | a next-generation Python notebook
marimo notebooks are reproducible, extremely interactive, git-friendly, designed for data (with first-class SQL support), executable as scripts, and shareable as apps (powered by WebAssembly or servers). All in a modern AI-native editor.
不想用Jupyter Notebook了?那就试试marimo吧!【文末赠书】
2024年6月25日 · marimo 是一个反应式的 Python Notebook 工具,运行一个单元或与 UI 元素交互, marimo 会自动运行其依赖的单元,保持代码和输出的一致性。 marimo 以纯 Python 格式存储,可作为脚本执行,也可作为应用程序部署,其主要特点如下: 「对版本管理友好」 : 以.py 文件存储,对 git 等版本管理软件友好。 pip install marimo. 安装好以后可以运行下面的命令查看使用说明,验证 marimo 是否可用。 运行成功后,命令行会输出如下信息: 在浏览器中输入上面的 …
Marimo:开源的响应式Python笔记本,特别适合数据分析工作者…
Marimo 作为一个全新的开源工具,为 Python 数据科学家提供了一种高效、灵活的笔记本环境,适用于从数据分析、研究到应用开发的多种场景。 Marimo 提供了一种类似电子表格的自动执行模式:一旦某个代码单元的值发生变化,所有依赖于该值的单元会自动更新。 这种自动化的执行顺序大大减少了因手动执行顺序不当导致的错误,有助于保持程序状态的一致性。 Marimo 的可复现性和互动性非常适合学术研究和教学。 其独特的反应式设计使得学生能够实时查看代码运行效 …
marimo 1.0 roadmap
As we approach version 1.0, we’re focusing on six key goals that bring us closer to making marimo a unified toolchain for working with data. Rapid data manipulation with Python and SQL; Excellent developer experience in the marimo editor; …
marimo-quarto - marimo + quarto - dmadisetti.github.io
This repository provides a framework for integrating Quarto with marimo, enabling markdown documents to be executed in a marimo environment, and reactive in page. What? First, aquaint yourself with the marimo!
marimo Community
I'm using Marimo as an API playground. It works very well, Marimo seems very suitable. Can I make it simpler? Now each HTTP request requires two cells - one for request, another for response - and a tuple of some_endpoint, some_endpoint_button. Is it possible to implement it in one cell and/or avoid exposing button variable?
Ability to use f-string in the markdown editor #3895 - GitHub
2025年2月22日 · I've noticed that the markdown editor in marimo only works with r strings and not f or rf strings. Is there a reason for that limitation? Regarding the mo.md () string formatted, there we edge cases such as lack of auto-completion of the python code when parameterizing the markdown editor.
Marimo - A new Notebook/App on the block! – Londogard Blog
2025年2月17日 · Marimo tries to replace multiple tools by being a Reactive Notebook (reproducible), Web App and Python Script at once. It’s a beautiful kit that could end up accelerating in adoption quickly. Marimo is the “new” kid on the block.