https://dagster.io/ logo
m

matas

11/10/2020, 6:02 PM
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?
m

matas

11/10/2020, 6:35 PM
oh, that’s funny: I’ve been here but haven’t scrolled to the answer after the accepted one 😃 the proposal about
Copy code
get_ipython().__class__.__name__
works like charm!
i’ll ubdate the pr 😉