We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36881c9 commit f157a79Copy full SHA for f157a79
kernel/src/index.ts
@@ -5,8 +5,8 @@ import { EmbeddedKernel } from './kernel';
5
import WelcomePanel from './panel';
6
import { ServiceContainer } from './services/ServiceContainer';
7
import { DeviceService } from './services/DeviceService';
8
-import { JupyterFrontEnd, JupyterFrontEndPlugin } from '@jupyterlite/application';
9
-import { INotebookTracker } from '@jupyterlite/notebook';
+import { JupyterFrontEnd, JupyterFrontEndPlugin } from '@jupyterlab/application';
+import { INotebookTracker } from '@jupyterlab/notebook';
10
11
// Variable for saving the DeviceService instance so we can restore it if kernel is restarted
12
var devService: DeviceService | null = null;
0 commit comments