NotebookRead[notebook] gives the expression corresponding to the current selection in the specified notebook object.
NotebookInformation[] gives a list of properties of the current evaluation notebook.NotebookInformation[notebook] gives a list of properties for the specified notebook.
SelectedNotebook[] gives the currently selected notebook in the front end.
EvaluationNotebook[] gives the notebook in which this function is being evaluated.
NotebookGet[obj] gets the raw expression corresponding to the notebook represented by the notebook object obj. NotebookGet[] gets the raw expression corresponding to the ...
NotebookFind[notebook, data] sets the current selection in the specified notebook object to be the next occurrence of data. NotebookFind[notebook, data, Previous] sets the ...
NotebookApply[notebook, data] writes data into a notebook at the current selection, replacing the first selection placeholder in data by the current selection, and then ...
InputNotebook[] gives the current notebook into which keyboard input in the front end will be directed.
From simple calculations to full publishable documents and sophisticated dynamic interfaces, everything you can do with Mathematica's standard interactive interface is done ...
NotebookOpen["name"] opens an existing notebook with the specified name, returning the corresponding notebook object. NotebookOpen["name", options] opens a notebook using the ...