|
NotebookGet
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.
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.
See Section 2.11.2.
See also: NotebookOpen, NotebookPut, Get.
New in Version 3.
|