I think the issue for both tta() and summary() is that they need to occur in a no_mbar context, so that it doesn’t try to update the progress bar (it is started in the begin_train callback which isn’t called for these two operations). I am working on a fix for both here:
It fixes it for me, but I’m having trouble getting all of the tests to run on my machine, trying to work through that now…
@yuri_k it looks to me like the clean folder is the stripped version. they say in the book the stripped version has the “same headings and code cells, but all outputs and prose have been removed.”. that is what the clean versions look like to me.