Skip to content
Discussion options

You must be logged in to vote

There's nothing directly available in the way that Quarto communicates with Jupyter that would let you conveniently do that.

Printing to stdout will cause stdout to be collected by Jupyter, placed into a cell, and ultimately into the HTML, so that wouldn't work. I would log to a file and run tail -F on that file in a separate terminal.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bryanwhiting
Comment options

Answer selected by bryanwhiting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants