怎么使用nbgitpuller分发共享文件

2023-04-08 06:00:00 文件 共享 分发

如果你想要分发共享文件,你需要使用nbgitpuller。首先,你需要在你的GitHub仓库中创建一个共享文件夹,然后将文件放入共享文件夹中。接下来,你需要在你的Jupyter Notebook中安装nbgitpuller,并且在你的notebook中使用它。

安装方法:

pip install nbgitpuller

使用方法:

from nbgitpuller import git_puller git_puller(repo="https://github.com/username/repo")

替换username/repo为你自己的用户名和仓库名。

这样做的好处是,当你的共享文件更新时,你的notebook也会更新。

相关文章