Hi prefect community! Running into an issue with 2...
# prefect-community
a
Hi prefect community! Running into an issue with 2.0 where jupyter notebooks’ output is not being displayed despite
log_output=True
. I’m not using print statements but python’s logger in the notebook. In 1.0 there was an additional
papermill
logger that needed to be enabled in server but I can’t find anything related to that in 2.0. Any ideas?
1
We’re using
prefect-jupyter
with Prefect 2.7.11, using a github storage block and the base docker image for infra.
Nevermind, I figured out you just need to include papermill as an extra logger. Might be useful to update the docs to reflect that
👍 1