Skip to content

Commit

Permalink
Remove hello world from lab-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Oct 24, 2024
1 parent 43dedca commit 3951b5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/lab-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import {
JupyterFrontEndPlugin
} from '@jupyterlab/application';

import { hello_world } from '@e2xgrader/cells';

import { ISettingRegistry } from '@jupyterlab/settingregistry';

/**
Expand All @@ -20,7 +18,6 @@ const plugin: JupyterFrontEndPlugin<void> = {
settingRegistry: ISettingRegistry | null
) => {
console.log('JupyterLab extension @e2xgrader/labextension is activated!');
hello_world();
if (settingRegistry) {
settingRegistry
.load(plugin.id)
Expand Down

0 comments on commit 3951b5a

Please sign in to comment.