NotebookLanguageInfo Class

Language info.

All required parameters must be populated in order to send to Azure.

Inheritance
NotebookLanguageInfo

Constructor

NotebookLanguageInfo(*, name: str, additional_properties: Optional[Dict[str, object]] = None, codemirror_mode: Optional[str] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

name
str
Required

Required. The programming language which this kernel runs.

codemirror_mode
str
Required

The codemirror mode to use for code in this language.