gpt4 book ai didi

python - 将 Python 模块导入 Jupyter notebook

转载 作者:行者123 更新时间:2023-12-04 04:00:04 27 4
gpt4 key购买 nike

我有下一个层次结构:

project_name
|-utils
| |-lib
| |-module.py
|-notebooks
| |-nb.ipynb

如何将 module.py 导入 np.ipynb?

最佳答案

nb.ipynb上使用sys包如下

import sys
sys.path.insert(0,"/path/to/module.py")

关于python - 将 Python 模块导入 Jupyter notebook,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63206301/

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