Skip to content
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

Caching a whole notebook #39

Open
Phyks opened this issue Feb 16, 2016 · 1 comment
Open

Caching a whole notebook #39

Phyks opened this issue Feb 16, 2016 · 1 comment

Comments

@Phyks
Copy link

Phyks commented Feb 16, 2016

Hi,

What about enabling caching of a whole notebook? With special magic, all the cells would be automatically cached and the user would not have to think about it in each cell. This could be especially useful as we may not be aware in advance of the time a calculation will take.

I think this could be some magic on top of #13.

P.S.: Another approach, if you do not want to implement a global caching, would be to check calculation time for each cell, and if it exceeds a given threshold, to automatically cache the cell. However, I am not sure iPython provides this info.

@IamGianluca
Copy link

This would be indeed a very useful feature for those of us that work on a daily basis on notebooks requiring heavy computations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants