You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For cells that take a long time to compute it would be great to use Weave's cache support. One way to implement it would be to add the cache=:user option when running Weave from the button, and then if the user ctrl-clicks the button it would be cache=:refresh. Using the :user option would mean that it wouldn't do any caching unless the user opts-in.
The ctrl-click behavior is sort of like what Atom uses for the git push button, where ctrl makes it a force push.
The text was updated successfully, but these errors were encountered:
For cells that take a long time to compute it would be great to use Weave's cache support. One way to implement it would be to add the
cache=:user
option when running Weave from the button, and then if the user ctrl-clicks the button it would becache=:refresh
. Using the:user
option would mean that it wouldn't do any caching unless the user opts-in.The ctrl-click behavior is sort of like what Atom uses for the git push button, where ctrl makes it a force push.
The text was updated successfully, but these errors were encountered: