|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
NotebookGet
NotebookGet[obj]
gets the raw expression corresponding to the notebook represented by the notebook object obj.
NotebookGet[]
gets the raw expression corresponding to the currently selected notebook.
DetailsDetails
- NotebookGet allows you to take a notebook that is open in the front end, and get the raw expression corresponding to it in the kernel.
- NotebookGet returns an expression with head Notebook, containing Cell expressions and boxes data.
- NotebookGet[NotebookOpen[file]] returns the same expression as Get[file].
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

