marimo export html
in a JupyterBook project. How can I make the notebook respect the dark/light theme of the book?marimo config show
for display.theme
? setting to system
might help{raw} html :file: static/tutorial.html
display.theme
to system
does not help, unfortunately.marimo export ipynb
in the jupyterbook, and including a link out to the interactive marimo appsphinx
(or at least the book theme) doesn't have any good ways to include separately generated html as a pageimport micropip; await.micropip.install("numpy==<version>")
before your numpy import to get the correct version (assuming there is a pyodide-compatible built of it)sandbox
locally - can I get sandbox
notebooks on marimo.app ?