Thanks everyone for the meeting, excited to see da...
# announcements
m
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
the jupyter centric workflow is so interesting, thanks for sharing
👍 1
jupyter 2
s
yes! execute_pipeline + tqdm in notebook is something i’d love to see a video of 🙂
m
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
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 😉