From 021a0c31266c24ed00d0f573956ca70837e1a726 Mon Sep 17 00:00:00 2001 From: echarles Date: Tue, 9 Jan 2024 12:22:36 +0100 Subject: [PATCH] chore: uvp --- src/jupyterlab/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jupyterlab/index.ts b/src/jupyterlab/index.ts index 4674f96..257cd77 100644 --- a/src/jupyterlab/index.ts +++ b/src/jupyterlab/index.ts @@ -58,8 +58,8 @@ const plugin: JupyterFrontEndPlugin = { }); } commands.addCommand(command, { - caption: 'Show Datalayer', - label: 'Datalayer', + caption: 'Show Datalayer Core', + label: 'Datalayer Core', icon, execute: () => { const content = new DatalayerWidget(app);