Skip to content

Commit b5c3a4c

Browse files
committed
Fix
1 parent 2a98d24 commit b5c3a4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/notebook.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export const notebookPlugin: JupyterFrontEndPlugin<void> = {
2424

2525
const params = new URLSearchParams(window.location.search);
2626
let notebookId = params.get('notebook');
27-
notebookId = 'aaa';
2827

2928
if (notebookId?.endsWith('.ipynb')) {
3029
notebookId = notebookId.slice(0, -6);

0 commit comments

Comments
 (0)