From 5aff3cb9a0e19b1d5e9117c9afefea8117683d2d Mon Sep 17 00:00:00 2001 From: Dou Du Date: Sun, 26 May 2024 16:00:11 +0200 Subject: [PATCH] fix the integration tests --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index af68add..85b9bd1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -51,6 +51,8 @@ const plugin: JupyterFrontEndPlugin = { const content = new CounterWidget(browserFactory, theme); const widget = new MainAreaWidget({ content }); + console.log('JupyterLab extension jupyterlab_mol_visualizer is activated!'); + // Watch for theme changes themeManager.themeChanged.connect((_, args) => { const newTheme = args.newValue;