|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
NotebookOpen
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.
NotebookOpen["http://url", ...]
opens a notebook from any accessible URL.
DetailsDetails
- 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 open a notebook with the option Visible->False set so that the notebook never displays onscreen.
- NotebookOpen initially sets the current selection to be before the first cell in the notebook.
New in 3 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
