Mathematica's dynamic interactivity system makes it easy to view and annotate any object in a dynamic way. Building on Mathematica's symbolic programming architecture, ...
Mathematica can automatically create sophisticated web content, with cascading styles, templating and many options. Its symbolic architecture allows arbitrary web structures ...
Mathematica has many ways to plot functions and data. It automates many details of plotting such as sample rate, aesthetic choices, and focusing on the region of interest. ...
EvaluationNotebook[] gives the notebook in which this function is being evaluated.
InputAliases is an option for cells and notebooks which specifies additional Esc\[ThinSpace]name\[ThinSpace]Esc aliases to be allowed on input.
InputNotebook[] gives the current notebook into which keyboard input in the front end will be directed.
LinebreakAdjustments is an option for selections that sets parameters used for calculating where automatic line breaks should be inserted.
NotebookPrint[expr] sends a notebook containing expr to your default printer.NotebookPrint[notebook] sends the specified notebook to your default printer. ...
Panel
(Built-in Mathematica Symbol) Panel[expr] displays as a panel containing expr. Panel[expr, title] gives the panel the specified title. Panel[expr, title, pos] places title at a position specified by pos. ...
PrivateEvaluationOptions -> {opt_1 -> val_1, opt_2 -> val_2} is an option for selections that specifies settings for evaluation-related suboptions.