There was an error while loading. Please reload this page.
1 parent b721c32 commit 105660cCopy full SHA for 105660c
.gitignore
@@ -4,6 +4,7 @@ node_modules/
4
*.egg-info/
5
.ipynb_checkpoints
6
*.tsbuildinfo
7
+*.ipynb
8
9
*/labextension/*.tgz
10
# Created by https://www.gitignore.io/api/python
src/index.ts
@@ -10,8 +10,6 @@ import {
11
import { ICommandPalette } from '@jupyterlab/apputils';
12
13
-import { Widget } from '@lumino/widgets';
14
-
15
import { CodeSnippetWidget } from './CodeSnippetWidget';
16
17
0 commit comments