gpt4 book ai didi

python - 如何在 iPython 中使用 deepreload 进行自动重载

转载 作者:太空宇宙 更新时间:2023-11-04 04:43:13 30 4
gpt4 key购买 nike

我目前使用它在 python 中自动重新加载

%reload_ext autoreload
%autoreload 2

但是,我想开始使用 deepreload ( https://ipython.org/ipython-doc/3/api/generated/IPython.lib.deepreload.html )

但是以下不起作用:

import builtins
from IPython.lib import deepreload
builtins.reload = deepreload.reload

%reload_ext autoreload
%autoreload 2

我怎样才能在 jupyter 中获得深度自动重载

最佳答案

只是颠倒顺序

%load_ext autoreload
%autoreload 2

import builtins
from IPython.lib import deepreload
builtins.reload = deepreload.reload

关于python - 如何在 iPython 中使用 deepreload 进行自动重载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50164505/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com