-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
Investigate how to release packages whose source contains ipynb files #8
Comments
If we really get this going we could maybe go all meta and write ipynb in ipynb :D |
So there are various ways to do that:
|
Yeah, I prefer 1 far more than 2. I suppose we just need a way to do pre-processing of files? |
Should not be too hard. |
This is done now, we have a |
Ideally these will not require the ipynb package at all at runtime. We could do some amount of pre-processing to make sure we ship .py files rather than .ipynb files, and dependency on IPython itself will depend on #6.
This totally requires us to have a solid documented understanding of how relative imports work (see #4)
The text was updated successfully, but these errors were encountered: