Skip to content

Commit 4ed7b0d

Browse files
add general Obsesrvable JS Data Table viewer notebook to built-in notebook examples (#75)
1 parent 1d978b7 commit 4ed7b0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/extension/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,9 @@ export const notebookExamples: Array<any> = [
4040
file: './notebooks/world-gdp.restbook',
4141
description: 'World GDP REST Book',
4242
},
43+
{
44+
name: 'Data Table Viewer',
45+
file: './notebooks/data-table-viewer.ojs',
46+
description: 'Data Table Viewer Observable JS Notebook',
47+
},
4348
];

0 commit comments

Comments
 (0)