Closed mart-r closed 1 year ago
The CDB.print_stats method logs the stats to a logger that isn't really set up during the tutorials.
CDB.print_stats
Replaced with CDB.make_stats and a json dump.
CDB.make_stats
This actually does work in the jupyter notebook. The root logger must have been configured to log into the notebook.
The
CDB.print_stats
method logs the stats to a logger that isn't really set up during the tutorials.Replaced with
CDB.make_stats
and a json dump.