如何使用模块从 github 到 jupyter notebook
how to use module from github to jupyter notebook
我是 python 和 github 的新用户。
我想在 windows 10 上使用 anaconda-jupyter,在 github ( https://github.com/jamesbowman/raytrace ) 上发布一个新的存储库(模块)。
我下载了 zip 文件夹并将其解压缩到我的下载文件夹 (F:\Téléchargement\raytrace-master)。 , 但我不知道如何将此模块与 jupyter 一起使用。
如何将此模块导入 jupyter 中。
我尝试了一些方法但没有成功
为什么无法将文件夹从我的下载文件夹 (F:/téléchargement/) 直接复制并粘贴到 jupyter notebook 文件夹(例如…/source/repos/)?
谢谢!
尝试使用来自 Github 站点的 http 副本 url 并将其与
一起使用
!git clone <https://github.com...>
在 jupyter notebook 单元格中
然后您可以 !ls
检查存储库是否已下载。感叹号表示您可以从笔记本执行命令行命令!
或者,您可以尝试解压缩 repo 并将其移动到您所在的同一目录 运行 jupyter 并使用 !ls
搜索它
我是 python 和 github 的新用户。
我想在 windows 10 上使用 anaconda-jupyter,在 github ( https://github.com/jamesbowman/raytrace ) 上发布一个新的存储库(模块)。
我下载了 zip 文件夹并将其解压缩到我的下载文件夹 (F:\Téléchargement\raytrace-master)。 , 但我不知道如何将此模块与 jupyter 一起使用。
如何将此模块导入 jupyter 中。
我尝试了一些方法但没有成功
为什么无法将文件夹从我的下载文件夹 (F:/téléchargement/) 直接复制并粘贴到 jupyter notebook 文件夹(例如…/source/repos/)?
谢谢!
尝试使用来自 Github 站点的 http 副本 url 并将其与
一起使用!git clone <https://github.com...>
在 jupyter notebook 单元格中
然后您可以 !ls
检查存储库是否已下载。感叹号表示您可以从笔记本执行命令行命令!
或者,您可以尝试解压缩 repo 并将其移动到您所在的同一目录 运行 jupyter 并使用 !ls