Mathematica > Notebooks and Documents > Low-Level Notebook Programming > Notebook >

Notebook

Notebook
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:
Use low-level Notebook and Cell expressions to construct a notebook:
Use a Notebook expression for representing graphics:
A Notebook expression for a two-dimensional input form:
A Notebook expression for text and a control object:
Set a background color:
Set to Manual to allow arbitrary cell grouping arrangements:
Set to False to disable interactive changes:
New in 3 | Last modified in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF