Skip to content

Commit

Permalink
chore: jupyterlab label
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Dec 16, 2023
1 parent bb2e9b5 commit 5b87d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/jupyter/lab/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const jupyterReactPlugin: JupyterFrontEndPlugin<void> = {
}
commands.addCommand(command, {
caption: 'Show Jupyter React',
label: 'React',
label: 'Jupyter React',
icon,
execute: () => {
const content = new JupyterReactWidget(app);
Expand Down

0 comments on commit 5b87d4a

Please sign in to comment.