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 875b7c3 commit 559d052
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
themeManager: IThemeManager
) => {
const { commands } = app;
console.log('JupyterLab extension jupyterlab_mol_visualizer is activated!');

const command = CommandIDs.create;
commands.addCommand(command, {
Expand All @@ -59,10 +60,6 @@ const plugin: JupyterFrontEndPlugin<void> = {
});
widget.title.label = 'MOL Visualizer';
app.shell.add(widget, 'main');

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

Expand Down

0 comments on commit 559d052

Please sign in to comment.