marimo-team / marimo

A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.

Home Page:https://marimo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog DAG code error

frhino opened this issue · comments

Documentation is

  • Missing
  • Outdated
  • Confusing
  • Not sure?

Explain in Detail

https://marimo.io/blog/lessons-learned

In the DAG section, the two embedded marimo notebooks display an error:

Something went wrong

Traceback (most recent call last): File "/lib/python312.zip/_pyodide/_base.py", line 574, in eval_code_async await CodeRunner( File "/lib/python312.zip/_pyodide/_base.py", line 396, in run_async await coroutine File "<exec>", line 2, in <module> ModuleNotFoundError: No module named 'micropip' The module 'micropip' is included in the Pyodide distribution, but it is not installed. You can install it by calling: await micropip.install("micropip") in Python, or await pyodide.loadPackage("micropip") in JavaScript See https://pyodide.org/en/stable/usage/loading-packages.html for more details.
If this is an issue with marimo, please report it on GitHub.
Try again

Try again isn't working. Tried refreshing browser.
Chrome 125.0.6422.52
Android 14; Pixel 6 Pro Build/AP1A.240505.004

Your Suggestion for Changes

Suggest adding a footnote in case it isn't expected to work on some devices and should be viewed on desktop.

It looks like it is back - it was likely a downstream issue from Pyodide as we pull in their dev branch in our marimo.app playground.

We can look into moving back to stable