|
|
|||
|
|
|
| CreateDocument creates an empty document notebook and opens it in the front end. |
| CreateDocument[expr] creates and opens a document notebook containing the expression expr. |
| CreateDocument creates and opens a document notebook consisting of a sequence of cells containing the |
| CreateDocument replaces the notebook represented by the notebook object obj with the one obtained from expr. |
| DocumentNotebook[...] | a complete notebook | |
| TextCell[...] | a text cell | |
| ExpressionCell[...] | an expression cell | |
| CellGroup[...] | a cell group, potentially nested | |
| "string" | a string, inside a text cell | |
| e | an expression e, in an expression cell |
| WindowSelected | True | whether the new window should immediately be selected | |
| NotebookFileName | None | the file name for the document created |