icecream debugger


Intro

There’s a wide gap between print() debugging and setting up good logging and observability.

icecream is a very easy debugging tool that’s easy to use. I’ll show an example of how to use it to add some debugging information without much effort.

misc_devtools_icecream.ipynb

misc_devtools_icecream