DOCUMENTATION CENTER SEARCH
Mathematica
>
Low-Level Notebook Programming
>
Built-in
Mathematica
Symbol
Manipulating Notebooks from the Kernel
Tutorials »
|
NotebookGet
Get
NotebookWrite
NotebookDelete
ButtonSource
See Also »
|
Low-Level Notebook Programming
More About »
NotebookRead
NotebookRead
[
notebook
]
gives the expression corresponding to the current selection in the specified notebook object.
MORE INFORMATION
NotebookRead
is the basic way to get into the kernel pieces of notebooks that are being manipulated by the front end.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
This creates a document notebook:
In[1]:=
Out[1]=
This selects the first cell:
In[2]:=
This reads the cell and returns its
Cell
expression:
In[3]:=
Out[3]=
Scope
(1)
Applications
(1)
SEE ALSO
NotebookGet
Get
NotebookWrite
NotebookDelete
ButtonSource
TUTORIALS
Manipulating Notebooks from the Kernel
MORE ABOUT
Low-Level Notebook Programming
New in 3
© 2008 Wolfram Research, Inc.