Get help from the marimo community

Updated 4 months ago

only thing that every gets rendered is the markdown.

At a glance

The community member is having an issue where the browser only renders the markdown when running "marimo run", even though the cells are running successfully in the console. Another community member asks what the community member is expecting to see that is not showing up, and suggests that print statements don't show up in the app view of a notebook, but can be made to show up by using mo.redirect_stdout().

Useful resources
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