jupyter-js-filebrowser
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -5,2 +5,3 @@ // Copyright (c) Jupyter Development Team. | ||
var jupyter_js_services_1 = require('jupyter-js-services'); | ||
var jupyter_js_utils_1 = require('jupyter-js-utils'); | ||
var phosphide_1 = require('phosphide'); | ||
@@ -22,3 +23,3 @@ var index_1 = require('./index'); | ||
FileBrowserHandler.prototype.run = function () { | ||
var baseUrl = 'http://localhost:8888'; | ||
var baseUrl = jupyter_js_utils_1.getConfigOption('baseUrl'); | ||
var contents = new jupyter_js_services_1.ContentsManager(baseUrl); | ||
@@ -25,0 +26,0 @@ var sessions = new jupyter_js_services_1.NotebookSessionManager({ baseUrl: baseUrl }); |
{ | ||
"name": "jupyter-js-filebrowser", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "File browser widget for Jupyter", | ||
@@ -9,2 +9,3 @@ "main": "lib/index.js", | ||
"jupyter-js-services": "^0.3.0-alpha", | ||
"jupyter-js-utils": "^0.1.0", | ||
"moment": "^2.10.6", | ||
@@ -24,3 +25,3 @@ "phosphide": "0.0.6", | ||
"phosphor-signaling": "^1.2.0", | ||
"phosphor-widget": "^1.0.0-beta.8" | ||
"phosphor-widget": "^1.0.0-rc.0" | ||
}, | ||
@@ -44,6 +45,3 @@ "devDependencies": { | ||
"mocha": "^2.2.5", | ||
"phosphor-command": "^0.5.0", | ||
"phosphor-menus": "^1.0.0-beta.3", | ||
"phosphor-splitpanel": "^1.0.0-rc.0", | ||
"phosphor-widget": "^1.0.0-rc.0", | ||
"rimraf": "^2.4.2", | ||
@@ -58,3 +56,3 @@ "style-loader": "^0.13.0", | ||
"clean": "rimraf docs && rimraf lib && rimraf test/build", | ||
"clean:example": "rimraf example/bundle.js", | ||
"clean:example": "rimraf example/build", | ||
"build:src": "tsc --project src && node scripts/copycss.js", | ||
@@ -61,0 +59,0 @@ "build:test": "tsc --project test", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23
2665
93544
17
+ Addedjupyter-js-utils@^0.1.0
+ Addedjupyter-js-utils@0.1.0(transitive)
Updatedphosphor-widget@^1.0.0-rc.0