File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ app.commands.execute('jupyterlab-cell-diff:show-codemirror', {
5252
5353The ` jupyterlab-cell-diff:show-codemirror ` command accepts the following arguments:
5454
55- | Argument | Type | Required | Description |
56- | ----------| ------| ---------- | -------------|
57- | ` cellId ` | ` string ` | No | ID of the cell to show diff for. If not provided, uses the active cell |
58- | ` originalSource ` | ` string ` | Yes | Original source code to compare against |
59- | ` newSource ` | ` string ` | Yes | New source code to compare with |
60- | ` showActionButtons ` | ` boolean ` | No | Whether to show action buttons in the diff widget (default: ` true ` ) |
61- | ` notebookPath ` | ` string ` | No | Path to the notebook containing the cell. If not provided, uses the current notebook |
62- | ` openDiff ` | ` boolean ` | No | Whether to open the diff widget automatically (default: ` true ` ) |
55+ | Argument | Type | Required | Description |
56+ | ------------------- | --------- | -------- | ------------------------------------------------------------------------------------ |
57+ | ` cellId ` | ` string ` | No | ID of the cell to show diff for. If not provided, uses the active cell |
58+ | ` originalSource ` | ` string ` | Yes | Original source code to compare against |
59+ | ` newSource ` | ` string ` | Yes | New source code to compare with |
60+ | ` showActionButtons ` | ` boolean ` | No | Whether to show action buttons in the diff widget (default: ` true ` ) |
61+ | ` notebookPath ` | ` string ` | No | Path to the notebook containing the cell. If not provided, uses the current notebook |
62+ | ` openDiff ` | ` boolean ` | No | Whether to open the diff widget automatically (default: ` true ` ) |
6363
6464## Uninstall
6565
You can’t perform that action at this time.
0 commit comments