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 first part is easy with the jupyterlab-commands type:
type: jupyterlab-commandssource:
- label: Open Terminalid: 'terminal:open'args:
name: Browsr
...but it appears that there is no way to use that to execute a command (e.g. launch a terminal app) for security reasons: jupyterlab/jupyterlab#5916
initialCommand is still a constructor arg so jupyterlab_app_launcher could define a special terminal type and create the terminal and run the initial command via the typescript api.
The text was updated successfully, but these errors were encountered:
The first part is easy with the
jupyterlab-commands
type:...but it appears that there is no way to use that to execute a command (e.g. launch a terminal app) for security reasons:
jupyterlab/jupyterlab#5916
initialCommand
is still a constructor arg sojupyterlab_app_launcher
could define a specialterminal
type and create the terminal and run the initial command via the typescript api.The text was updated successfully, but these errors were encountered: