-
Notifications
You must be signed in to change notification settings - Fork 57
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
Cell caching #248
Comments
This is something that can be solved at the kernel level, and akernel tries to support that. |
I think so. Im curious how input inference is reliable. Seems like a task that would need a python expression parser. |
It uses the |
@davidbrochart That's awesome! Do you think it would be possible to integrate it to ipykernel directly? So everyone could benefit from this functionality? Imho a lot of Jupyter projects would benefit from that. |
Thanks!
It's not that easy, ipykernel is the main Python kernel and should be very stable. But it is worth trying, do you want to open an issue there and start a discussion about it? |
Ye, that would be great. If that fails, there might be a backup plan for caching on a bit higher level. I suggested something here: executablebooks/jupyter-cache#89 . Tho it's probably not as good as your implementation since it's higher above the kernel. |
Would it be possible to add cell caching to speed up repeated executions? Something similar to what knitr does in R.
The text was updated successfully, but these errors were encountered: