showNotebookDocumentAsync
fun showNotebookDocumentAsync(document: NotebookDocument, options: NotebookDocumentShowOptions = definedExternally): PromiseLike<NotebookEditor>(source)
Show the given NotebookDocument in a notebook editor.
Parameters
document
A text document to be shown.