Sysops Notepad

[Python] Jupyter 메모리 사용률 확인 본문

업무/dev

[Python] Jupyter 메모리 사용률 확인

sysops 2019. 2. 20. 11:03

[bash shell]


pip install memory_profiler


[Jupyter]


!pip install memory_profiler


%load_ext memory_profiler # Jupyter 외장 모듈 호출


%memit # 메모리 사용량 확인


peak memory: 88.88 MiB, increment: 0.08 MiB

Comments