CodeConsole | @jupyterlab (original) (raw)

activate

addBanner

addCell

Returns void

addClass

children

A new iterator over the children of the widget.

Notes

The widget must have a populated layout in order to have children.
If a layout is not installed, the returned iterator will be empty.

clear

clearFlag

close

contains

true if the widget is a descendant, false otherwise.

createCodeCell

dispose

execute

Returns Promise<void>

fit

getCell

handleEvent

hasClass

true if the node has the class, false otherwise.

hide

inject

A promise that indicates when the injected cell's execution ends.

insertLinebreak

ProtectednewPromptCell

ProtectednotifyLayout

ProtectedonActivateRequest

ProtectedonAfterAttach

ProtectedonAfterDetach

ProtectedonAfterHide

ProtectedonAfterShow

ProtectedonBeforeAttach

ProtectedonBeforeDetach

ProtectedonBeforeHide

ProtectedonBeforeShow

ProtectedonChildAdded

Returns void

ProtectedonChildRemoved

Returns void

ProtectedonCloseRequest

ProtectedonFitRequest

ProtectedonResize

Returns void

ProtectedonUpdateRequest

processMessage

removeClass

replaceSelection

serialize

setConfig

setFlag

setHidden

Returns void

show

testFlag

toggleClass

Returns boolean

true if the class is now present, false otherwise.

Notes

The class name must not contain whitespace.

update