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
This would mean that the only change from the user perspective is the decorator on top of a function
Point 1 has been dropped as it is not an issue
Discussion point 2: I think we could also make the comparisons fun using unusual items or such. Coffee cups is a fine baseline but I think we can make this more entertaining. Suggestions welcome!
The text was updated successfully, but these errors were encountered:
Looking into
codecarbon
as a tool to collect data about the energy use of functions/processes in the exercises.Codecarbon collects metrics into a csv like so
Now we can have a
util
to read this csv and output HTML in the notebook. Something like this but with Images or icons.This requires an extra function run to read and generate the emission output.Discussion point 1: I think that to make this seamless we could fork codecarbon and add a parameter to print this html directly:https://github.com/mlco2/codecarbon/blob/master/codecarbon/emissions_tracker.py#L1023This would mean that the only change from the user perspective is the decorator on top of a functionPoint 1 has been dropped as it is not an issue
Discussion point 2: I think we could also make the comparisons fun using unusual items or such. Coffee cups is a fine baseline but I think we can make this more entertaining. Suggestions welcome!
The text was updated successfully, but these errors were encountered: