Skip to main content

JupyterLabState

Datalayer Core


Datalayer Core / JupyterLabState

Type Alias: JupyterLabState

JupyterLabState = IJupyterLabState & object

Defined in: src/state/substates/JupyterLabState.ts:20

Type Declaration

plugin()

plugin: (id) => Plugin | undefined

Parameters

id

string

Returns

Plugin | undefined

setJupyterLabAdapter()

setJupyterLabAdapter: (jupyterLabAdapter?) => void

Parameters

jupyterLabAdapter?

JupyterLabAppAdapter

Returns

void