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 86241b2 commit 1b4b6c9Copy full SHA for 1b4b6c9
labextension/vpython/src/index.ts
@@ -35,8 +35,6 @@ class VPythonExtension implements DocumentRegistry.IWidgetExtension<NotebookPane
35
*/
36
createNew(panel: NotebookPanel, context: DocumentRegistry.IContext<INotebookModel>): IDisposable {
37
38
- //Promise.all([panel.revealed, panel.sessionContext.ready, context.ready]).then(function() {
39
- // sessionContext: ISessionContext
40
Promise.all([panel.revealed, panel.sessionContext.ready, context.ready]).then(function() {
41
const session = context.sessionContext.session;
42
const kernelInstance = session.kernel;
0 commit comments