jupyter-js-filebrowser
Advanced tools
Comparing version 0.8.3 to 0.8.4
@@ -27,2 +27,3 @@ // Copyright (c) Jupyter Development Team. | ||
this._sessionManager = sessionManager; | ||
this._getKernelSpecs(); | ||
this.cd(''); | ||
@@ -146,5 +147,2 @@ } | ||
} | ||
if (this._kernelSpecs.length === 0) { | ||
this._getKernelSpecs(); | ||
} | ||
return this._contentsManager.get(path, {}).then(function (contents) { | ||
@@ -151,0 +149,0 @@ _this._model = contents; |
{ | ||
"name": "jupyter-js-filebrowser", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "File browser widget for Jupyter", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
133234
3825