DOCUMENTATION CENTER SEARCH
Mathematica
>
Low-Level Notebook Programming
>
Built-in
Mathematica
Symbol
Manipulating Notebooks from the Kernel
Tutorials »
|
Notebooks
SelectedNotebook
EvaluationNotebook
ButtonNotebook
See Also »
|
Low-Level Notebook Programming
More About »
InputNotebook
InputNotebook
[]
gives the current notebook into which keyboard input in the front end will be directed.
MORE INFORMATION
InputNotebook
returns a
NotebookObject
.
If there is no current input notebook,
InputNotebook
[]
will return
$Failed
.
The current input notebook is the notebook to which textual commands in the front end are normally directed.
A palette window can be a currently selected notebook but cannot normally be an input notebook.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Give the notebook object for the current input notebook:
In[1]:=
Out[1]=
Perform additional operations:
In[2]:=
Out[2]=
Properties & Relations
(1)
Possible Issues
(1)
SEE ALSO
Notebooks
SelectedNotebook
EvaluationNotebook
ButtonNotebook
TUTORIALS
Manipulating Notebooks from the Kernel
MORE ABOUT
Low-Level Notebook Programming
New in 3
© 2008 Wolfram Research, Inc.