MATHEMATICA HOW TO Tutorials » Notebooks as Documents Doing Computations in Notebooks Options for Notebooks Options for Cells Two-Dimensional Expression Input Entering ...
Edit Stylesheet edits the style definitions for the current notebook.
ChoiceDialog[expr] puts up a standard choice dialog that displays expr together with OK and Cancel buttons, and returns True if OK is clicked and False if Cancel is ...
EmitSound[snd] emits the sound snd when evaluated. EmitSound[{snd_1, snd_2, ...}] emits each of the sounds snd_i in sequence.
EvaluationNotebook[] gives the notebook in which this function is being evaluated.
In
(Built-in Mathematica Symbol) In[n] is a global object that is assigned to have a delayed value of the n\[Null]^th input line.
MessageDialog[expr] puts up a standard message dialog that displays expr together with an OK button.MessageDialog[expr, {lbl_1 :> act_1, lbl_2 :> act_2, ...}] includes ...
NotebookSelection[] represents the current selection in the current evaluation notebook in the front end.NotebookSelection[nb] represents the current selection associated ...
Out
(Built-in Mathematica Symbol) % n or Out[n] is a global object that is assigned to be the value produced on the n\[Null]^th output line. % gives the last result generated. %% gives the result before last. ...
Quit
(Built-in Mathematica Symbol) Quit[] terminates a Mathematica kernel session.