Thanks everyone for the meeting, excited to see dagster and the community growing!
Feel free to DM me if you have any questions about our approach
🎉 6
bestplace 3
❤️ 4
celebrate 5
a
alex
11/10/2020, 6:03 PM
the jupyter centric workflow is so interesting, thanks for sharing
👍 1
jupyter 2
s
schrockn
11/10/2020, 6:11 PM
yes! execute_pipeline + tqdm in notebook is something i’d love to see a video of 🙂
m
matas
11/10/2020, 6:16 PM
actually I have a question here 😃
my current tqdm implementation for dagster is like this: https://github.com/dagster-io/dagster/pull/3183
and it does quite well in dagit but in jupyter you see both the nice graphical progressbar and the error-log ascii one. I couldn’t find an easy way to detirmine that you’re running in a jupyter env to disable the ascii duplicate
can it be understood from the fact that you’re running it with execute_pipeline method?