We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Should probably not prioritize this until we get local filesystem imports solidly sorted out :D
Sorry, something went wrong.
No branches or pull requests
I want to be able to import things straight out of github with the following format:
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.
The text was updated successfully, but these errors were encountered: