랭킹으로 돌아가기
csurfer/pyheatmagic
PythonIPython magic command to profile and view your python code as a heat map.
ipythonipython-magicprofilerheatmap
주요 지표
스타 성장
스타
1k
포크
22
주간 성장
—
이슈
2
6008001k
2017년 8월2019년 1월2020년 7월2022년 1월2023년 7월2025년 1월2026년 7월
아티팩트PyPI
pip install pyheatmagicREADME
heat
IPython magic command to profile and view your python code as a heat map using py-heat.
Demo

In case the demo was too fast, here is a snapshot of the last step of the demo for deeper contemplation :)
What is the magic command?
%%heat
Setup
Using pip
pip install py-heat-magic
Directly from the repository
git clone https://github.com/csurfer/pyheatmagic.git
python pyheatmagic/setup.py install
Load Extension in IPython
%load_ext heat
Usage
# To view the heatmap
%%heat
# To save the heatmap as a file
%%heat -o file.png
Contributing
Bug Reports and Feature Requests
Please use issue tracker for reporting bugs or feature requests.
Development
Pull requests are most welcome.
Buy the developer a cup of coffee!
If you found the utility helpful you can buy me a cup of coffee using
관련 저장소
