Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed May 26, 2024
1 parent 5aff3cb commit d82b4af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ 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!');
console.log(
'JupyterLab extension jupyterlab_mol_visualizer is activated!'
);

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

0 comments on commit d82b4af

Please sign in to comment.