Skip to content

Commit 5aa5889

Browse files
committed
show-diff placeholder
1 parent 2cd0934 commit 5aa5889

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,15 @@ const magicProviderPlugin: JupyterFrontEndPlugin<IMagicProvider> = {
208208
cell_type: 'code',
209209
source: source
210210
}
211+
},
212+
{
213+
name: 'show-diff',
214+
args: {
215+
cell_id: cellId,
216+
original_source: codeInput
217+
// TODO
218+
// diff: {}
219+
}
211220
}
212221
]
213222
}

0 commit comments

Comments
 (0)