标签: python ipython ipdb
我知道如何通过脚本中的魔术命令打开ipdb:
from IPython import get_ipython ipython = get_ipython() ipython.magic("pdb")
但是如果再次关闭该如何切换?