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 17f53e0 commit c2a81adCopy full SHA for c2a81ad
src/widget.tsx
@@ -5,7 +5,7 @@ import { IChangedArgs } from '@jupyterlab/coreutils';
5
import { Kernel } from '@jupyterlab/services';
6
import { INotebookTracker, NotebookPanel } from '@jupyterlab/notebook';
7
import { requestAPI } from './handler';
8
-import { KernelUsagePanel } from "./panel";
+import { KernelUsagePanel } from './panel';
9
import useInterval from './useInterval';
10
import { formatForDisplay } from './format';
11
0 commit comments