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.
Solution:Jump to solution
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_stdout2 Replies
@Mathias what are you expecting to see that is not showing up?
Solution
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