Myles Scolnick
Myles Scolnick3mo 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.
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
Jump to solution
2 Replies
Myles Scolnick
Myles ScolnickOP3mo ago
@Mathias what are you expecting to see that is not showing up?
Solution
Akshay
Akshay3mo ago
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