This message was deleted.
# ask-anything
s
This message was deleted.
e
if you're using notebooks/scripts, you can enable logging like this:
Copy code
papermill_params:
    log_output: True
more info here: https://docs.ploomber.io/en/latest/user-guide/logging.html#Sample-pipeline
❤️ 1
o
Ehi Eduardo, thank you so much for your response, not i can see my prints. It works for normal print, but i'm also using tqdm for printing a progress bar, and in that case it just shows sequential prints rather than a normal progress bar.
👏 1
I would like to see the normal single updating bar. Is there a way to keep this kind of interactivity?
e
I'm unsure if this is possible: progress bars work by clearing out the terminal, but since papermill is passing the outputs as lines of text, we just print them. but I think it's worth investigating, can you open an issue on github?
o
sure, thank you for your time 🙂
e
np!