Terminate a while loop with switch and state
Disabling UI at runtime
Show matplotlib inline plot as svg instead of png
png
and look blurry on my 4k monitor. Increasing the plots dpi only scales it up. Is it possible to display them as a svg
instead?
I already tried locally changing:
marimo/_output/mpl.py
```python...`DataLoader` with `num_workers=1` crashes?
DataLoader
trying to run in workers when there is a notebook local implementation of a Dataset
. I suppose a solution is to move the ToyDataset
class into a separate .py
file, but is this the expected behavior? Depending on ext...Remove Published HTML to Web
Display upload image before submitting form
BlockingIOError in edit mode
How to get a value from selected row on a table?
filtered_data.value['partid'].values[0]
filtered_data.value['partid'].values[0]
Sheet widget - Table with edit mode
How do I refresh marimo notebook when modified externally?
How do I share marimo notebooks as files properly?
rye
project and added some dependencies
2. I've created a some_notebook.marimo.py
with using some of those dependencies I've installed
3. Now I want to share only a notebook, without all those rye
complications
4. The person who will download and open my marimo nb should be able to easily install those dependencies...mo.ui.plotly only updates with new selection
mo.ui.plotly
to get a list of selected dots on a map and display the corresponding datapoints in a table below. However, if I make a selection, then double click on the map to clear the selection, the list of dicts returned stays the same (doesn't clear).centered vs left aligned text
mo.md
to add text to my notebook. Is there a way to control the alignment? It seemed like it was automatically centered earlier, but now it's left aligned.difference in execution between publicly shared project link and editor
Specifying width of notebook in query param
View a local image (png/jpeg)
mo.image()
that supports local paths, remote urls, and bytesFreeze Column Table Argument Not Working as Expected
freeze_columns_left
argument in mo.ui.table
, and I am not getting an error, but the specified column is not frozen. This is my code. Can you tell me why?Plotly Scatter Map Not Rendering Correctly
Installing specific package versions
import webcolors
and get it installed! But how can I import a specific version? E.g., with pip I'd do pip install webcolors==1.12
.pandas==2.0.0
.
if a the package already installed, it will re-install at the requested version.
if you are using --sandbox
, it will be added with at that version to your inline-script metadata...Sharing notebooks created under https://marimo.io/dashboard - how does that work?