Mathematica 9 is now available

NotebookOpen

Usage

NotebookOpen["name"] opens an existing notebook with the specified name, returning the corresponding notebook object.
NotebookOpen["name", options] opens a notebook using the options given.


Notes

NotebookOpen will usually cause a new notebook window to be opened on your screen.
NotebookOpen returns $Failed if it cannot open a notebook with the specified name.
NotebookOpen searches the directories specified by the NotebookPath global option for the front end.
• With the option Visible->False set, NotebookOpen will return a NotebookObject, but will not cause a window to appear on your screen.
NotebookOpen initially sets the current selection to be before the first cell in the notebook.
• New in Version 3.


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.