ipynb icon indicating copy to clipboard operation
ipynb copied to clipboard

Implement a GitHub importer

Open yuvipanda opened this issue 9 years ago • 1 comments

I want to be able to import things straight out of github with the following format:

from ipynb.github.someuser.somerepo.branch_or_tag_or_sha.file_path import some_function

and have that work. Relative imports should also be supported for this so you can put a package of ipynb files on github.

Also investigate how to do this without killing github's servers and have them ban us.

yuvipanda avatar Nov 06 '16 19:11 yuvipanda

Should probably not prioritize this until we get local filesystem imports solidly sorted out :D

yuvipanda avatar Nov 06 '16 20:11 yuvipanda