Type Alias JupyterFrontEndPlugin<T, U, V>

JupyterFrontEndPlugin: IPlugin<JupyterFrontEnd<U, V>, T>

The type for all JupyterFrontEnd application plugins.

Type Parameters

T - The type that the plugin provides upon being activated.

U - The type of the application shell.

V - The type that defines the application formats.