File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export const Cell = (props: ICellProps) => {
67
67
68
68
adapter . sessionContext . initialize ( ) . then ( ( ) => {
69
69
if ( autoStart && adapter . cell . model ) {
70
- // Perform auto-start for code or markdown cells
70
+ // Perform auto-start for code or markdown cells.
71
71
adapter . execute ( ) ;
72
72
}
73
73
} ) ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function shim(regExp) {
18
18
19
19
const ENTRY =
20
20
// './src/app/App';
21
- './src/examples/Cell' ;
21
+ // './src/examples/Cell';
22
22
// './src/examples/Cells';
23
23
// './src/examples/CellLite';
24
24
// './src/examples/Console';
@@ -35,7 +35,7 @@ const ENTRY =
35
35
// './src/examples/KernelExecutor';
36
36
// './src/examples/Lumino';
37
37
// './src/examples/Matplotlib';
38
- // './src/examples/Notebook';
38
+ './src/examples/Notebook' ;
39
39
// './src/examples/NotebookUrl';
40
40
// './src/examples/NotebookColorMode';
41
41
// './src/examples/NotebookKernelChange';
You can’t perform that action at this time.
0 commit comments