JupyterLab Command Schema

v2.json#/definitions/starter-meta/properties/commands/items
Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions
Can be instantiated No Unknown status No Forbidden Allowed none

items Type

object (JupyterLab Command)

JupyterLab Command Properties

Property Type Required Nullable
id string Required cannot be null
args object Optional cannot be null

id

canonical name for the command

id

  • is required

  • Type: string (Command ID)

  • cannot be null

id Type

string (Command ID)

args

optional values provided to the command when executed

args

  • is optional

  • Type: object (Arguments)

  • cannot be null

args Type

object (Arguments)