Skip to content

Commit 105660c

Browse files
committed
Rebased code after merge upstream, added partial input form. Form still needs some work.
1 parent b721c32 commit 105660c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_modules/
44
*.egg-info/
55
.ipynb_checkpoints
66
*.tsbuildinfo
7+
*.ipynb
78

89
*/labextension/*.tgz
910
# Created by https://www.gitignore.io/api/python

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import {
1010

1111
import { ICommandPalette } from '@jupyterlab/apputils';
1212

13-
import { Widget } from '@lumino/widgets';
14-
1513
import { CodeSnippetWidget } from './CodeSnippetWidget';
1614

1715

0 commit comments

Comments
 (0)