discussions Search Results · repo:marimo-team/marimo language:JavaScript is:public is:public
Filter by
356 results (193 ms)
356 results
inmarimo-team/marimo (press backspace or delete to remove):
Hi, in my Marimo notebook I have the following cell:
Interactive([sdata])
which launches a separate program (the interactive viewer Napari). When I try to export the notebook it gets stuck on
this cell. ...
:
Suggestion: Scope for-loop iterator variables to their loop context
Problem
for item in collection:
# do stuff
This pattern is one of the most common constructs in Python programming. Typically, ...
:
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 ...
:
Hi,
I installed marimo as uv tool: uv tool install marimo[recommended]
Usually while working on any project, I install ipykernel in venv then connect global Jupyterlab to that kernel.
Now I wonder what ...
:
Is there a plan to implement interactive breakpoints/debugging within marimo, without going through vscode and other
workarounds?
Thank you Best
:
I was thinking it would be really nice to have a course with cool topic with marimo. Similar to computational thinking
course. I think it would really help with more people becoming aware of marimo.
:
I checked the PyPI page and it mentioned that we could convert a Jupyter notebook to a marimo notebook with the CLI:
marimo convert your_notebook.ipynb your_notebook.py
Similarly, is it possible to ...
:
prompt_exists = prompt_files.name() is not None
single = len(prompt_files.value) == 1
mo.stop(not one_report.value, # mo.md( 选择提示词文件后点击生成报告 ), )
ragtasks = [rag(**task) for task in get_rag_tasks(prompt_files.path(index=-1))] ...
:
I am a huge fan of marimo and I love its reactive UIs but having to make everything global has become a pretty big pain
point. A common pattern for me is to create data classes with rich UI visualizations, ...
:
Hi!, curious if I could configure a shortcut for restart kernel and run all?