nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 155 forks source link

Add IPython notebook support #2

Open nvdv opened 8 years ago

nvdv commented 8 years ago

IPython notebook is a popular interactive development environment for Python. Displaying vprof stats inline for some functions would be pretty cool.

mangecoeur commented 8 years ago

The notebook can display %prun results as a table in an extra pane at the bottom of the notebook - I imagine you could use a similar system to display your graphs

nvdv commented 8 years ago

Thanks! I just haven't looked at IPython/Jupyter integration yet.

cardosan commented 7 years ago

+1

bestrandomnameever commented 4 years ago

+1