Commit 3b9cb155 authored by Sebastian's avatar Sebastian

Add jupyter API var removed on accident

parent 83b4c91b
......@@ -198,5 +198,10 @@ define(function(require) {
return this.get(path, {type: 'directory'});
};
var Contents = function(options) {
this.base_url = options.base_url;
};
return {'Contents': Contents};
});
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment