You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(...)`.
82
82
83
83
First JupyterLab needs to be started with the `--expose-app-in-browser` flag to expose `window.jupyterapp`:
84
84
@@ -92,7 +92,7 @@ Then, in the browser dev tools console:
0 commit comments