@jupyterlab/notebook
Advanced tools
@@ -346,7 +346,3 @@ // Copyright (c) Jupyter Development Team. | ||
else if (value.oldValue !== value.newValue) { | ||
this.triggerStateChange({ | ||
newValue: undefined, | ||
oldValue: undefined, | ||
...value | ||
}); | ||
this.triggerStateChange(Object.assign({ newValue: undefined, oldValue: undefined }, value)); | ||
} | ||
@@ -353,0 +349,0 @@ }); |
@@ -633,7 +633,7 @@ // Copyright (c) Jupyter Development Team. | ||
// Make a shallow copy so we aren't modifying the original metadata. | ||
data = { ...data }; | ||
data = Object.assign({}, data); | ||
delete data.slide_type; | ||
} | ||
else { | ||
data = { ...data, slide_type: value }; | ||
data = Object.assign(Object.assign({}, data), { slide_type: value }); | ||
} | ||
@@ -640,0 +640,0 @@ if (Object.keys(data).length > 0) { |
@@ -102,6 +102,3 @@ // Copyright (c) Jupyter Development Team. | ||
const kernelPreference = this.context.sessionContext.kernelPreference; | ||
this.context.sessionContext.kernelPreference = { | ||
...kernelPreference, | ||
shutdownOnDispose: config.kernelShutdown | ||
}; | ||
this.context.sessionContext.kernelPreference = Object.assign(Object.assign({}, kernelPreference), { shutdownOnDispose: config.kernelShutdown }); | ||
} | ||
@@ -108,0 +105,0 @@ /** |
{ | ||
"name": "@jupyterlab/notebook", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"description": "JupyterLab - Notebook", | ||
@@ -45,15 +45,15 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"@jupyter/ydoc": "~0.2.0", | ||
"@jupyterlab/apputils": "^3.6.0", | ||
"@jupyterlab/cells": "^3.6.0", | ||
"@jupyterlab/codeeditor": "^3.6.0", | ||
"@jupyterlab/coreutils": "^5.6.0", | ||
"@jupyterlab/docregistry": "^3.6.0", | ||
"@jupyterlab/nbformat": "^3.6.0", | ||
"@jupyterlab/observables": "^4.6.0", | ||
"@jupyterlab/rendermime": "^3.6.0", | ||
"@jupyterlab/services": "^6.6.0", | ||
"@jupyterlab/settingregistry": "^3.6.0", | ||
"@jupyterlab/statusbar": "^3.6.0", | ||
"@jupyterlab/translation": "^3.6.0", | ||
"@jupyterlab/ui-components": "^3.6.0", | ||
"@jupyterlab/apputils": "^3.6.1", | ||
"@jupyterlab/cells": "^3.6.1", | ||
"@jupyterlab/codeeditor": "^3.6.1", | ||
"@jupyterlab/coreutils": "^5.6.1", | ||
"@jupyterlab/docregistry": "^3.6.1", | ||
"@jupyterlab/nbformat": "^3.6.1", | ||
"@jupyterlab/observables": "^4.6.1", | ||
"@jupyterlab/rendermime": "^3.6.1", | ||
"@jupyterlab/services": "^6.6.1", | ||
"@jupyterlab/settingregistry": "^3.6.1", | ||
"@jupyterlab/statusbar": "^3.6.1", | ||
"@jupyterlab/translation": "^3.6.1", | ||
"@jupyterlab/ui-components": "^3.6.1", | ||
"@lumino/algorithm": "^1.9.0", | ||
@@ -71,3 +71,3 @@ "@lumino/coreutils": "^1.11.0", | ||
"devDependencies": { | ||
"@jupyterlab/testutils": "^3.6.0", | ||
"@jupyterlab/testutils": "^3.6.1", | ||
"@types/jest": "^26.0.10", | ||
@@ -74,0 +74,0 @@ "jest": "^26.4.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
570043
-0.03%11249
-0.22%