pyheatmagic icon indicating copy to clipboard operation
pyheatmagic copied to clipboard

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

Results 2 pyheatmagic issues
Sort by recently updated
recently updated
newest added

![Example notebook](https://user-images.githubusercontent.com/6297260/30327790-9e7e2a1a-97cd-11e7-8335-204339753c42.png) Usually, one can access from the current notebook cell variables from previous cells (for instance, we define `a` in cell 2 and access it in 3). However, I...

enhancement

It would sometimes be desirable to omit a certain line of code or certain function from the heatmap, I'm thinking something along the lines of [pylint's disable comments](https://github.com/tensorflow/tensorflow/blob/a61a816f86bb35d1d3a58f1c9a236be5e14c55c7/tensorflow/python/keras/layers/core.py#L65)