notebookDocument

class Object
trait Matchable
class Any

Type members

Classlikes

object didClose extends LSPNotification

A notification sent when a notebook closes.

A notification sent when a notebook closes.

Since:

3.17.0

Source:
requests.scala
object didOpen extends LSPNotification

A notification sent when a notebook opens.

A notification sent when a notebook opens.

Since:

3.17.0

Source:
requests.scala
object didSave extends LSPNotification

A notification sent when a notebook document is saved.

A notification sent when a notebook document is saved.

Since:

3.17.0

Source:
requests.scala