我正在尝试将流行库的开发版本加载到我的项目中。显然,它们将具有相同的包名称,因此不能在没有歧义的情况下共存。
我对 python 模块管理的理解并没有超出站点包、模块搜索路径和标准导入语句。
我的代码以以下导入开头:
from IPython.frontend.qt.console.rich_ipython_widget import RichIPythonWidget
from IPython.frontend.qt.embedded_kernelmanager import QtEmbeddedKernelManager
from IPython.frontend.qt.kernelmanager import QtKernelManager
from IPython.lib import guisupport
如何让 IPython 符号指向用户提供的目录?