Skip to content

Commit a7e2dc1

Browse files
dbg
1 parent f157a79 commit a7e2dc1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- feature/save_button
78
pull_request:
89
branches:
910
- '*'

kernel/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var devService: DeviceService | null = null;
1414
let notebookTracker: INotebookTracker | null = null;
1515

1616
// Frontend plugin to capture the notebook tracker
17-
const frontendPlugin: JupyterFrontEndPlugin<void> = {
17+
const frontendPlugin: JupyterFrontEndPlugin<void, INotebookTracker> = {
1818
id: 'jupyterlite-embedded-kernel:frontend',
1919
autoStart: true,
2020
requires: [INotebookTracker],

0 commit comments

Comments
 (0)