Get help from the marimo community

Updated 4 months ago

only thing that every gets rendered is the markdown.

cc @Mathias
Hi team, when I run "marimo run", the browser opens up but the only thing that every gets rendered is the markdown. Any ideas why? I can see the cells run successfully in the console, though.
M
A
2 comments
@Mathias what are you expecting to see that is not showing up?
print statements don't show up in the app view of a notebook. If you want them to, you can use mo.redirect_stdout(): https://docs.marimo.io/api/outputs.html#marimo.redirect_stdout
Add a reply
Sign up and join the conversation on Discord