Skip to content

Commit 2e9e821

Browse files
committed
lint
1 parent 8cf2448 commit 2e9e821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ app.commands.execute('jupyterlab-diff:unified-file-diff', {
7878

7979
### Browser console via `window.jupyterapp`
8080

81-
The commands can also be run from the browser console (for example during development) via the `app` object exposed as `window.jupyterapp`. The commands can be executed exactly the same way using `window.jupyterapp.commands.execute(...)`.
81+
The commands can also be run from the browser console (for example during development) via the `app` object exposed as `window.jupyterapp`. The commands can be executed exactly the same way using `window.jupyterapp.commands.execute(...)`.
8282

8383
First JupyterLab needs to be started with the `--expose-app-in-browser` flag to expose `window.jupyterapp`:
8484

@@ -92,7 +92,7 @@ Then, in the browser dev tools console:
9292
window.jupyterapp.commands.execute('jupyterlab-diff:split-cell-diff', {
9393
originalSource: `def add():\n return\n`,
9494
newSource: `def add(a, b):\n return a + b\n`,
95-
showActionButtons: true,
95+
showActionButtons: true
9696
});
9797
```
9898

0 commit comments

Comments
 (0)