-
Notifications
You must be signed in to change notification settings - Fork 35
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
Option to automatically save newly created variables in the cell #8
Comments
What if the user really don't want to cache any variable (e.g., because they are too large in memory and are useless in the subsequent cells) except for the rich output? |
@herrlich10 good point. I've updated the issue. Not sure about the option name: any suggestion? |
Do you mean |
How about --all? lpmp On Wed, Oct 23, 2013 at 5:55 AM, herrlich10 [email protected]:
|
It may mean "all variables in the namespace" whereas I rather mean "all new variables in the cell. That being said we could have "--all" for all variables, and something else for the variables that have just been created. |
Fair point, --allnew would then sound most intuitive to me (as in @@cache lpmp On Wed, Oct 23, 2013 at 8:26 AM, Cyrille Rossant
|
%%cache [file] --autovars
automatically detects the variables that have been created in the cell, by looking at the namespace dictionaries before and after the cell's execution.The text was updated successfully, but these errors were encountered: