I'm having a lot of trouble with placing
I'm having a lot of trouble with placing a button in an
accordion
element. For example,
```
mo.accordion(
{
"Reveal a Button": mo.ui.button(label="My Awesome Button", onclick=lambda : print("Button Pushed"))...I want to implement a UI component that
I want to implement a UI component that does a regular health check of a service my app needs. I was thinking the mo.ui.refresh component could do the trick, but it seems it's mostly directed towards a user interaction, wheras I would like a component that could refresh itself once in a while and render a new component (e.g. a green box if OK, a red box if bad health etc)
Hi, im trying to set up marimo on remote
Hi, im trying to set up marimo on remote server with docker and im running into some issues. Im quite new to docker and also marimo, so im not sure if im choosing the right approach. My setup consists of these steps:
connecting to server via ssh
ssh -L 8000:localhost8010 username@ip -p port
dockerfile looks like this:
```
FROM python:3.10...Hi! When I try to run marimo nothing
Hi! When I try to run marimo nothing happens. Am I missing something?
```
marimo -l DEBUG tutorial intro
[D 240529 14:43:12 utils:111] No config found; loading default settings....
The iframe element only supports the mar...
hi @Myles Scolnick nice to meet you here , We just discussed in this issue https://github.com/marimo-team/marimo/issues/1489
Is there a way to pass a config
Is there a way to pass a config parameter to
marimo run
that sets the default display config, for example? I'd like to start in dark mode by default, for example.Dynamic assets
What would be causing this error when running an app?
...
Failed to fetch dynamically imported module: https://******************.run.app/home/assets/run-page-CN0nDrDA.js
Failed to fetch dynamically imported module: https://******************.run.app/home/assets/run-page-CN0nDrDA.js
We are exploring using marimo for more
We are exploring using marimo for more of our reporting needs now. One of our potential use cases is a report that a user needs to generate and attach to a PR that they make. Unfortunately, github doesn't really support inserting html like that. My initial thought was looking to add a png export from the command line. Not sure if there are better ideas how you might attach a report like that to a PR? We could always upload the HTML somewhere else and link it. We just have no use for these report...
Editable table
do we have an editable table ui element by any chance? where whatever you would change would be changed in the dataframe ?
I'm trying to deploy my project and am
I'm trying to deploy my project and am running into a 500 error to publish my app:
Enter a slug for your application (cazylingua): cazylingua
ApiError status_code: 500, body: {'statusCode': 500, 'timestamp': '2024-05-22T19:36:59.973Z', 'path': '/api/v1/applications'}...
ApiError status_code: 500, body: {'statusCode': 500, 'timestamp': '2024-05-22T19:36:59.973Z', 'path': '/api/v1/applications'}...
When locally downloading HTML file been
When locally downloading HTML file been running into this issue:
marimo | a next-generation Python notebo...
Seems like the current marimo.app playground might be broken? Was working ~1h ago https://marimo.app/?slug=re6ved
(somehow stuck in a loop of pyodide not loading properly and then the automatic package installer kicking?)...
can anyone please help me on this .. its
can anyone please help me on this .. its very urgent Thanks a lot in advance
With the new auth, is there a correct
With the new auth, is there a correct way to proxy forward?
E.g I want marimo to run on 127.0.0.1:2718 so that when I visit marimo.dev:80 my nginx forwards my request to 127.0.0.1:2718 and serves the page
Maybe I need to play with it a bit more, but marimo is redirecting to 127.0.0.1 and providing a host e.g. marimo.dev tries marimo.dev:2718...
I'm trying to access an H5 file contents
I'm trying to access an H5 file contents and load it into an h5py.File object. Is there a way to get the string/file to pass to it?
I have an application that I'm trying to
I have an application that I'm trying to host somewhere. For whatever reason, the application doesn't work on the remote server, and some UI elements aren't rendering. I'm guessing that there's an unhandled error. But I can't see what this error is anywhere on the server. Is it possible somehow to get error messages routed to the browsers "console.log" ?
Hi, in the sidebar doc example, all the
Hi, in the sidebar doc example, all the components are placed at the top. Is it possible to have a component placed at the bottom and the other at the top of the sidebar ? I've looked into CSS but couldn't find a way to achieve that. Basically, what I would need is a spacer with a responsive height like the one from Panel https://panel.holoviz.org/how_to/layout/spacing.html
Hi! I was looking at the documentation
Hi! I was looking at the documentation for sidebar, which contains a "nav_menu", but the example on https://docs.marimo.io/api/inputs/nav_menu.html#marimo.nav_menu, doesn't show anything. I guess it's a bug?
DataFrames and reactivity
How would you recommend handling reactivity within a pandas dataframe and between pandas dataframes? For example, I have a dataframe with three time series, each in a column and the third column is the product of the first two columns (multiplicand and multiplier). If I change an element of the multiplier column, I would like the product column to be updated. If instead of one dataframe, I had three dataframes, one for each column, and I changed the multiplier dataframe, I would like the pro...
I deployed a FastAPI + Marimo App to
I deployed a FastAPI + Marimo App to Google Cloud Run, and once deployed I am having a few hiccups (note this is specific to deploying via Docker not GCP):
- My dark mode setting reverts to light
- Any plots that use a plotly backend stop working. I see this traceback which I am not quite sure how to interpret:
```
2024-05-13T20:18:24.173078Z...