diff --git a/packages/react/src/jupyter/lab/index.ts b/packages/react/src/jupyter/lab/index.ts index ac9c9646..513660b4 100644 --- a/packages/react/src/jupyter/lab/index.ts +++ b/packages/react/src/jupyter/lab/index.ts @@ -51,7 +51,7 @@ const jupyterReactPlugin: JupyterFrontEndPlugin = { } commands.addCommand(command, { caption: 'Show Jupyter React', - label: 'React', + label: 'Jupyter React', icon, execute: () => { const content = new JupyterReactWidget(app);