Skip to content

Commit

Permalink
fix the integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed May 26, 2024
1 parent b293e96 commit 5aff3cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ const plugin: JupyterFrontEndPlugin<void> = {
const content = new CounterWidget(browserFactory, theme);
const widget = new MainAreaWidget<CounterWidget>({ content });

console.log('JupyterLab extension jupyterlab_mol_visualizer is activated!');

// Watch for theme changes
themeManager.themeChanged.connect((_, args) => {
const newTheme = args.newValue;
Expand Down

0 comments on commit 5aff3cb

Please sign in to comment.