python 将内存分析器加载到ipython中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 将内存分析器加载到ipython中相关的知识,希望对你有一定的参考价值。

# ~/.ipython/profile_default/startup/load_memit.py
# this loads %memit into ipython

import memory_profiler
import IPython
memory_profiler.load_ipython_extension(IPython.get_ipython())

以上是关于python 将内存分析器加载到ipython中的主要内容,如果未能解决你的问题,请参考以下文章

python数据分析之ipython

IPython Notebook:代码重用

数据分析从入门到“入坑“系列利用Python学习数据分析-IPython讲解

如何将文本文件 (.py) 加载/编辑/运行/保存到 IPython 笔记本单元格中?

如何在 IPython 中运行 shell 命令? (Python Profiling GUI 工具)

iPython 笔记本 - 加载 CIFAR - 10 数据集时出现内存错误