We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a98d24 commit b5c3a4cCopy full SHA for b5c3a4c
src/pages/notebook.tsx
@@ -24,7 +24,6 @@ export const notebookPlugin: JupyterFrontEndPlugin<void> = {
24
25
const params = new URLSearchParams(window.location.search);
26
let notebookId = params.get('notebook');
27
- notebookId = 'aaa';
28
29
if (notebookId?.endsWith('.ipynb')) {
30
notebookId = notebookId.slice(0, -6);
0 commit comments