Skip to content

Commit 15fd3fe

Browse files
committed
show-diff placeholder
1 parent df96d85 commit 15fd3fe

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
@@ -246,6 +246,15 @@ const magicProviderPlugin: JupyterFrontEndPlugin<IMagicProvider> = {
246246
cell_type: 'code',
247247
source: source
248248
}
249+
},
250+
{
251+
name: 'show-diff',
252+
args: {
253+
cell_id: cellId,
254+
original_source: codeInput
255+
// TODO
256+
// diff: {}
257+
}
249258
}
250259
]
251260
}

0 commit comments

Comments
 (0)