Preparing search index...
The search index is not available
@datalayer/jupyter-react
@datalayer/jupyter-react
CellAdapter
Class CellAdapter
Index
Constructors
constructor
Properties
_cell
_id
_kernel
_panel
_session
Context
_type
Accessors
cell
kernel
panel
session
Context
Methods
_execute
execute
setup
Cell
Constructors
constructor
new
Cell
Adapter
(
options
)
:
CellAdapter
Parameters
options
:
ICellAdapterOptions
Returns
CellAdapter
Properties
Private
_cell
_cell
:
CodeCell
|
MarkdownCell
|
RawCell
Private
_id
_id
:
string
Private
_kernel
_kernel
:
Kernel
Private
_panel
_panel
:
BoxPanel
Private
_session
Context
_session
Context
:
SessionContext
Private
_type
_type
:
"code"
|
"raw"
|
"markdown"
Accessors
cell
get
cell
(
)
:
CodeCell
|
MarkdownCell
|
RawCell
Returns
CodeCell
|
MarkdownCell
|
RawCell
kernel
get
kernel
(
)
:
Kernel
Returns
Kernel
panel
get
panel
(
)
:
BoxPanel
Returns
BoxPanel
session
Context
get
sessionContext
(
)
:
SessionContext
Returns
SessionContext
Methods
Private
_execute
_execute
(
cell
,
metadata
?
)
:
Promise
<
void
|
IExecuteReplyMsg
>
Parameters
cell
:
CodeCell
Optional
metadata
:
JSONObject
Returns
Promise
<
void
|
IExecuteReplyMsg
>
execute
execute
(
)
:
void
Returns
void
Private
setup
Cell
setup
Cell
(
type
?
,
source
,
serverSettings
,
kernel
,
boxOptions
?
)
:
void
Parameters
type
:
string
= 'code'
source
:
string
serverSettings
:
ISettings
kernel
:
Kernel
Optional
boxOptions
:
BoxOptions
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
_cell
_id
_kernel
_panel
_session
Context
_type
cell
kernel
panel
session
Context
_execute
execute
setup
Cell
@datalayer/jupyter-react
Loading...