Skip to content

discussions Search Results · repo:marimo-team/marimo language:HTML

309 results
 (89 ms)

309 results

inmarimo-team/marimo (press backspace or delete to remove)

Is there any easy approach to change the pagination style in slide show mode? As far as I understand the slides use swiper.js, so it may be possible to set the pagination style to partial , showing only ...

This is technically above my head, so idk if this is a bug or expected behaviour. I have a conda env that works with jupyter notebooks, but doesn t work with marimo. The error I get: /lib/x86_64-linux-gnu/libstdc++.so.6: ...

Hi, I have set marimo toml in this way [ai.anthropic] base_url = https://api.githubcopilot.com/ api_key = gho_rsMbv5OgP6Axxxxxx model = claude-3-7-sonnet-20250219 But I have Error code: 401 - { ...

I have the HTML attached below in one of my WPEngine blog posts (https://www.mathpax.com/marimo-notebook-mar-2025/). Of course, this was just a simple demo illustrating Marimo and how embedding might appear. ...

I want to create new project in marimo and surprised the top page UI does not have create new folder button, even though FILES panel (what you see left side when you open notebook) does. In the contrary, ...

Hello everyone! Currently, Marimo provides _plugins/ for internal UI components. While this allows core functionality to be modularized, it does not provide a public API or hooks for external extensions. ...

Feature request: Tooltip for UI inputs It would be great to have optional tooltip for the different UI inputs (for example with an information hover over icon next to the label), so the user could get ...

Marimo Hub — Project and Environment Management for Marimo Hello Marimo community! 👋 I d like to share a solution to a problem that many of us have probably encountered: Marimo doesn t have built-in ...

Been playing with Granian, thought I d share minimal example of mounting marimo apps to a Granian server from marimo import create_asgi_app mo_app = ( create_asgi_app(include_code=True).with_app(path= ...

I would like to run a background task via asyncio.create_task(...) that updates the output of a cell. I tried this: First cell: get_msg, set_msg = mo.state( No message received yet. ) messages = Hello ...