You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// import { NotebookPanel } from '@jupyterlab/notebook';
5
6
// import { INotebookTracker} from '@jupyterlab/notebook';
6
7
7
8
exportinterfaceDialogProps{
8
9
closeDialog: ()=>void;
9
10
serviceContainer: ServiceContainer;
11
+
app: JupyterLiteServer;
10
12
}
11
13
12
14
exportclassDialog{
@@ -47,7 +49,14 @@ export class Dialog {
47
49
// create an arrow function that calls the save method on the serviceContainer but first iterates over all cells and gathers their code content if they are code cells
48
50
async()=>{
49
51
// TODO: current widget might not be correct at this level, need to check and possibly change how we're getting this
0 commit comments