标签: python debugging profiling ipython
我想在模块上运行line profiler,但即使我重新加载模块本身也是如此 并运行%reload_ext line_profiler,源文本不会刷新 - 行号仍然正确,但显示的文本是指过时的文本。只关闭iPython并再次加载行分析器和模块才能刷新文本。
%reload_ext line_profiler
如何在不重新加载ipython的情况下刷新源文本?
答案 0 :(得分:0)
您还应该可以从内核按钮下的iPython / Jupyter中的菜单栏重新启动内核,而无需离开GUI。