Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为 python 设置了一个 startup.py 脚本,它导入了常用的模块,如 re、os 和 sys。然而,Ipython 似乎并没有在启动时运行它,因为尝试使用其中一个模块会引发错误。
如果你将你startup.py的文件放到 找到的目录中$(ipython locate profile)/startup/,那么它将在每次 IPython 启动时运行(你可能需要先创建startup目录)。
startup.py
$(ipython locate profile)/startup/
startup