UNPKG

@jupyterlite/terminal

Version:
8 lines (7 loc) 350 B
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>;