📜  python 从脚本启动 ipython - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:35.434000             🧑  作者: Mango

代码示例1
from IPython import embed

a = "I will be accessible in IPython shell!"

embed()