NotebookGet
Usage
• NotebookGet[obj] gets the expression corresponding to the notebook represented by the notebook object obj. • NotebookGet[ ] gets the expression corresponding to the currently selected notebook.
Notes
• NotebookGet allows you to take a notebook that is open in the front end, and get the expression corresponding to it in the kernel. • NotebookGet returns an expression with head Notebook. • New in Version 3.
|