We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb07ec2 commit 161a181Copy full SHA for 161a181
src/data.js
@@ -1278,6 +1278,8 @@ export class Collection extends Sink {
1278
replaceStoredData(i, data) {
1279
if (i === 'command') {
1280
this.commandcontainer.replaceStoredData(data)
1281
+ } else if (i === 'jupyter') {
1282
+ this.jupytercontainer.replaceStoredData(data)
1283
} else {
1284
if (!(i in this.containers)) {
1285
this.containers[i] = this.containertype(i, this.containerconfig)
0 commit comments