jupyter-js-services
Advanced tools
Comparing version 0.11.1 to 0.11.2
@@ -244,3 +244,3 @@ // Copyright (c) Jupyter Development Team. | ||
} | ||
return Private.getKernelModel(id, options).then(function (model) { | ||
return Private.getKernelModel(utils.urlJoinEncode(id), options).then(function (model) { | ||
return new Kernel(options, id); | ||
@@ -247,0 +247,0 @@ }).catch(function () { |
{ | ||
"name": "jupyter-js-services", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "Client APIs for the Jupyter services REST APIs", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
229027