Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Low-Level Notebook Programming >

Notebook

Notebook[{cell1, cell2, ...}]
is the low-level construct that represents a notebook manipulated by the Mathematica front end.
  • Notebook files contain explicit Notebook expressions written out in textual form.
  • You can manipulate open notebooks in the front end using standard commands in the front end, and using the Option Inspector.
  • Open notebooks in the front end are referred to in the kernel by NotebookObject constructs. You can use Options and SetOptions to look at and modify options for open notebooks.
Use low-level Notebook and Cell expressions to construct a notebook:
New in 3 | Last modified in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team