Preparing search index...
The search index is not available
@datalayer/jupyter-react
@datalayer/jupyter-react
JupyterLabAppAdapter
Class JupyterLabAppAdapter
Index
Constructors
constructor
Properties
_jupyter
Lab
_plugins
_ready
_ready
Resolve
_shell
Accessors
commands
doc
Registry
focus
Tracker
info
jupyter
Lab
mime
Extensions
path
plugins
ready
service
Manager
shell
Methods
load
notebook
plugin
service
create
Constructors
constructor
new
Jupyter
Lab
App
Adapter
(
props
,
jupyterlab
?
)
:
JupyterLabAppAdapter
Parameters
props
:
Props
Optional
jupyterlab
:
JupyterLab
Returns
JupyterLabAppAdapter
Properties
Private
_jupyter
Lab
_jupyter
Lab
:
JupyterLab
Private
_plugins
_plugins
:
Plugins
Private
_ready
_ready
:
Promise
<
void
>
Private
_ready
Resolve
_ready
Resolve
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Private
_shell
_shell
:
LabShell
Accessors
commands
get
commands
(
)
:
CommandRegistry
Returns
CommandRegistry
doc
Registry
get
docRegistry
(
)
:
DocumentRegistry
Returns
DocumentRegistry
focus
Tracker
get
focusTracker
(
)
:
FocusTracker
<
Widget
>
Returns
FocusTracker
<
Widget
>
info
get
info
(
)
:
IInfo
Returns
IInfo
jupyter
Lab
get
jupyterLab
(
)
:
JupyterLab
Returns
JupyterLab
mime
Extensions
get
mimeExtensions
(
)
:
IExtensionModule
[]
Returns
IExtensionModule
[]
path
get
path
(
)
:
IPaths
Returns
IPaths
plugins
get
plugins
(
)
:
Plugins
Returns
Plugins
ready
get
ready
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
service
Manager
get
serviceManager
(
)
:
IManager
Returns
IManager
shell
get
shell
(
)
:
LabShell
Returns
LabShell
Methods
Private
load
load
(
props
)
:
Promise
<
void
>
Parameters
props
:
Props
Returns
Promise
<
void
>
notebook
notebook
(
path
)
:
Promise
<
BoxPanel
>
Parameters
path
:
string
Returns
Promise
<
BoxPanel
>
plugin
plugin
(
id
)
:
undefined
|
Plugin
Parameters
id
:
string
Returns
undefined
|
Plugin
service
service
(
id
)
:
any
Parameters
id
:
string
Returns
any
Static
create
create
(
jupyterLab
)
:
JupyterLabAppAdapter
Parameters
jupyterLab
:
JupyterLab
Returns
JupyterLabAppAdapter
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
_jupyter
Lab
_plugins
_ready
_ready
Resolve
_shell
commands
doc
Registry
focus
Tracker
info
jupyter
Lab
mime
Extensions
path
plugins
ready
service
Manager
shell
load
notebook
plugin
service
create
@datalayer/jupyter-react
Loading...