Skip to content

deathbeds/ipyprofiler

Repository files navigation

ipyprofiler

Jupyter Widgets for visualizing profiler data.

Features

feature featuring
view interactive flamge graphs speedscope
view call graphs (JupyterLab >=4.1+) mermaid
customizable python profiling pyinstrument

Screenshots

note screenshot
viewing pyinstrument profile data with speedscope and mermaid img01

Install

From PyPI

This package is not yet released.

pip install ipyprofiler

To also install optional python-specific integration:

pip install ipyprofiler[pyinstrument]