Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Notebooks / Notebook Operations /

NotebookPut

FilledSmallSquare NotebookPut[expr] creates a notebook corresponding to expr and makes it the currently selected notebook in the front end.

FilledSmallSquare NotebookPut[expr, obj] replaces the notebook represented by the notebook object obj with one corresponding to expr.

FilledSmallSquare NotebookPut allows you to take a notebook expression in the kernel and make it an open notebook in the front end.

FilledSmallSquare expr must be a notebook expression with head Notebook.

FilledSmallSquare NotebookPut returns a NotebookObject corresponding to the notebook it creates.

FilledSmallSquare NotebookPut[expr, obj] overwrites whatever data was contained in the notebook represented by the notebook object obj.

FilledSmallSquare See Section 2.11.2.

FilledSmallSquare See also: NotebookGet, NotebookCreate, Put.

FilledSmallSquare New in Version 3.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.