fastai / fastprogress

Simple and flexible progress bar for Jupyter Notebook and console
Apache License 2.0
1.08k stars 105 forks source link

Enable simultaneous output of imgs and graph #36

Closed MSSandroid closed 4 years ago

MSSandroid commented 4 years ago

Previously, when using update_graphs() and show_imgs() at the same time, only the last one called is shown in jupyter. This pull request enables that graphs and imgs can be shown at the same time.

For this, self.out2, self.fig and self.axs was made specific to imgs and graph

sgugger commented 4 years ago

Let's try this, thanks a lot for the PR!