@jupyterlite/terminal
Version:
A terminal for JupyterLite
8 lines (7 loc) • 350 B
TypeScript
import type { JupyterFrontEndPlugin } from '@jupyterlab/application';
/**
* Plugin that registers headless shell exec commands backed by cockle.
* These run commands in a headless shell and capture their output and exit
* code, without opening a terminal widget in the UI.
*/
export declare const terminalExecPlugin: JupyterFrontEndPlugin<void>;