Logo

pyheatmagic

IPython magic command to profile and view your python code as a heat map.

pyheatmagic is a cell magic for IPython, which profiles the code in place and presents it as a heat map for quick clear information. This is an IPython wrapper built over py-heat module which facilitates line profiling of the code and presenting it as a heat map graph to clearly show areas of contention.