Skip to content

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

321 results
 (63 ms)

321 results

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

It would be great to provide a simpler way to access mo.app_meta().mode. Maybe mo.mode? This information is very useful, and I’ve seen it referenced in several videos, such as this one.

Describe the bug I may be misinterpreting how this is supposed to work, but it is quite surprising to me that when you edit the contents of a Python cell, and even when you then de-focus that cell, the ...
  • zmbcposted
    yesterday
  • 10

Currently, the provider for the search on item in the cell s Get Help menu is hardcoded to google . For various reasons, not everyone wants to use Google, and the search URL format is standardized across ...

CC can see outputs via MCP if I used the vanilla marimo server + browser UI, but doesn t seem to work with the VSCode extension? I can use claude code + vscode + marimo by running a marimo server in the ...

Hi there! I m posting my question here, I m not sure if it s the right place for this. I m trying to integrate a data_editor with a tabs widget. Here is my code: import marimo as mo import pandas as ...

I have an app that I can run locally, and would like to publish it as a static webpage. I know that there s an open issue to make the Python execute locally in the browser, but for my current use-case ...

How can local files be accessed (from the web browser) for read+write when I serve a marimo app? Example: I want to access a image from my local drive and change it and save it on my local via my Marimo ...

Hi, is there a way to get interactivity with a geographic map like folium or geopandas? I d like to select points on a map like what is already possible with plotly, altair etc.

I frequently use Marimo to transform data with sensitive health information. This data can t be sent to an LLM. As such, I have been too scared to experiment with Marimo s powerful LLM integrations. I ...

For example for scripts you can add them to the top of the python file like so: # /// script # requires-python = =3.12 # dependencies = [ # narwhals==1.22 , # marimo , # anndata==0.11.3 ...