jupyter-js-services
Advanced tools
Comparing version 0.10.3 to 0.10.4
@@ -455,3 +455,5 @@ // Copyright (c) Jupyter Development Team. | ||
} | ||
this._kernel.dispose(); | ||
if (this._kernel) { | ||
this._kernel.dispose(); | ||
} | ||
this._options = null; | ||
@@ -458,0 +460,0 @@ delete Private.runningSessions[this._uuid]; |
{ | ||
"name": "jupyter-js-services", | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"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
209528
5962