Hrm, so if I run the `DaskExecutor` in a Jupyrer n...
# ask-community
m
Hrm, so if I run the
DaskExecutor
in a Jupyrer notebook and I'm using threads (
cluster_kwargs={"processes": False}
) then I see the logs in the notebook. If I take that off though, then the logs disappear. How do I have the logs go to the notebook again?
k
I don’t have a lot of experience myself but maybe these threads will help you: https://prefect-community.slack.com/archives/CL09KU1K7/p1611179586363000?thread_ts=1611179354.361600&cid=CL09KU1K7
m
Thanks!