discussions Search Results · repo:marimo-team/marimo language:HTML
Filter by
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 ...
alchem0x2Aposted
2 days ago- 4
:
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: ...
Siniaraposted
14 days ago- 3
:
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 - { ...
aborrusoposted
on May 25, 2025- 1
:
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. ...
khoitsmaposted
on Nov 24, 2025- 1
:
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, ...
twisteriaposted
13 days ago- 1
:
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. ...
Samwise333posted
16 days ago- 2
:
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 ...
helgakovacsposted
on Aug 21, 2024- 3
:
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 ...
Samwise333posted
16 days ago- 0
:
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= ...
liquidcarbonposted
23 days ago- 0
:
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 ...
bernd-hagedornposted
on Nov 21, 2025- 1