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

InputNotebook

InputNotebook[]
gives the current notebook into which keyboard input in the front end will be directed.
  • 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.
Give the notebook object for the current input notebook:
Perform additional operations:
Give the notebook object for the current input notebook:
In[1]:=
Click for copyable input
Out[1]=
Perform additional operations:
In[2]:=
Click for copyable input
Out[2]=
The notebook that starts an evaluation might not be the input notebook:
Both programmed operations and user interactions can change which notebook is taking input:
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team