Log in
Log into community
Get help from the marimo community
New post
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 4 months ago
0
Follow
only thing that every gets rendered is the markdown.
Question
only thing that every gets rendered is the markdown.
Inactive
0
Follow
M
Myles Scolnick
4 months ago
ยท
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
Share
Open in Discord
M
Myles Scolnick
4 months ago
@Mathias what are you expecting to see that is not showing up?
A
Akshay
4 months 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
Add a reply
Sign up and join the conversation on Discord
Join on Discord