You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we're running this lesson next week, I'm doing a review at present and noticing a couple of small improvements. I'll update the list as I work through things and submit another PR
print(dset['pr']) does not provide the output given for attributes (it gets truncated if using the python REPL) so can add a call to pprint to overcome this consistently - applies to 02 and 08
Be nice to show the default dask dashboard for monitoring computations / building intuition in the large data lesson (and it's easily added to content)
logging.critical is referred to as critcal (missing an i)
As we're running this lesson next week, I'm doing a review at present and noticing a couple of small improvements. I'll update the list as I work through things and submit another PR
print(dset['pr'])does not provide the output given for attributes (it gets truncated if using the python REPL) so can add a call topprintto overcome this consistently - applies to 02 and 08logging.criticalis referred to as critcal (missing ani)