diff --git a/packages/notebook-extension/src/index.ts b/packages/notebook-extension/src/index.ts index 3e6456d98f..2b0c369b9c 100644 --- a/packages/notebook-extension/src/index.ts +++ b/packages/notebook-extension/src/index.ts @@ -506,7 +506,7 @@ const editNotebookMetadata: JupyterFrontEndPlugin = { title: `Show Notebook Tools`, id: 'notebook-tools', } - + // Check if Show Notebook Tools (Right Sidebar) is open (expanded) if (!commands.isToggled(command, args)){ await commands.execute(command, args).then(_ => {