Go to file
Scott Sanderson 12fe97e2af DEV: Allow CheckpointManagers to optimize for shared backends.
On `create_checkpoint` and `restore_checkpoint`, pass a path and a
`ContentsManager` to `CheckpointManager` instead of an already-loaded
model.

The `CheckpointManager` base class provides a correct implementation of
these methods that's generic across any ContentsManager, but subclasses
are free to specialize when the storage backend of `ContentsManager` is
shared.
2015-01-07 21:23:55 -05:00
docs Write a plugin to handle private function automatically. 2014-12-12 12:43:57 -08:00
examples remove signatures from example notebook metadata 2014-12-17 14:27:37 -08:00
git-hooks Git hooks need to use invoke, not fab 2014-12-10 10:35:00 -08:00
IPython DEV: Allow CheckpointManagers to optimize for shared backends. 2015-01-07 21:23:55 -05:00
tools/tests Moving /examples/tests to tools/tests 2014-03-30 10:33:25 -07:00
.gitignore [issue547] add emacs tmp files and .coverage files to gitignore 2014-11-07 23:09:44 +00:00
.mailmap Fix mailmap entries for @jasongrout and @SylvainCorlay 2014-09-22 16:25:23 -07:00
Dockerfile Pin the version of less used in the Dockerfile. 2014-11-30 20:24:25 -06:00
setup.py don't cleanup egg-info after every setup.py command 2014-12-12 16:31:34 -08:00
setupbase.py Add kernel resources directory to package_data 2014-12-13 17:46:25 -08:00