Module: LanguageServer::Protocol::Constant::NotebookCellKind

Defined in:
lib/language_server/protocol/constant/notebook_cell_kind.rb,
sig/language_server/protocol/constant/notebook_cell_kind.rbs

Overview

A notebook cell kind.

Constant Summary collapse

MARKUP =

A markup-cell is formatted source that is used for display.

Returns:

  • (1)
1
CODE =

A code-cell is source code.

Returns:

  • (2)
2