Make fastai output less frequently during training (constant notebook crashes/disconnects)!

I keep getting constant crashes/disconnects on my notebook and I’m 90% sure it’s related to how much data is being sent to the browser. For example, I just had 1000 buffered lines replayed in only 5 epochs of training, after I restored my connection. That’s really excessive…

Is there anyway to provide a simple text-only output during the training loop, and reduce the frequency at which data is being sent to the browser? Thanks!