Skip to content

Commit a205987

Browse files
committed
chore: lint
1 parent 757c9c0 commit a205987

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react/src/components/cell/Cell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const Cell = (props: ICellProps) => {
6767

6868
adapter.sessionContext.initialize().then(() => {
6969
if (autoStart && adapter.cell.model) {
70-
// Perform auto-start for code or markdown cells
70+
// Perform auto-start for code or markdown cells.
7171
adapter.execute();
7272
}
7373
});

packages/react/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function shim(regExp) {
1818

1919
const ENTRY =
2020
// './src/app/App';
21-
'./src/examples/Cell';
21+
// './src/examples/Cell';
2222
// './src/examples/Cells';
2323
// './src/examples/CellLite';
2424
// './src/examples/Console';
@@ -35,7 +35,7 @@ const ENTRY =
3535
// './src/examples/KernelExecutor';
3636
// './src/examples/Lumino';
3737
// './src/examples/Matplotlib';
38-
// './src/examples/Notebook';
38+
'./src/examples/Notebook';
3939
// './src/examples/NotebookUrl';
4040
// './src/examples/NotebookColorMode';
4141
// './src/examples/NotebookKernelChange';

0 commit comments

Comments
 (0)