1 - 10 of 11 for NotebookGetSearch Results
View search results from all Wolfram sites (136 matches)
NotebookGet   (Built-in Mathematica Symbol)
NotebookGet[obj] gets the raw expression corresponding to the notebook represented by the notebook object obj. NotebookGet[] gets the raw expression corresponding to the ...
Notebooks as Mathematica Expressions   (Mathematica Tutorial)
Expressions corresponding to notebooks. Here is a simple Mathematica notebook. Here is the expression that corresponds to this notebook.
Manipulating Notebooks from the Kernel   (Mathematica Tutorial)
If you want to do simple operations on Mathematica notebooks, then you will usually find it convenient just to use the interactive capabilities of the standard Mathematica ...
NotebookConvert   (Developer Package Symbol)
NotebookConvert["name"] converts a Mathematica notebook from a previous version of Mathematica to one for the current version.
NotebookRead   (Built-in Mathematica Symbol)
NotebookRead[notebook] gives the expression corresponding to the current selection in the specified notebook object.
Low-Level Notebook Programming   (Mathematica Guide)
In Mathematica's unified symbolic architecture, every Mathematica notebook you see is represented as a symbolic expression that can be manipulated and controlled ...
Get   (Built-in Mathematica Symbol)
<< name reads in a file, evaluating each expression in it, and returning the last one.
NotebookPut   (Built-in Mathematica Symbol)
NotebookPut[expr] creates a notebook corresponding to expr and makes it the currently selected notebook in the front end. NotebookPut[] creates a new empty ...
NotebookObject   (Built-in Mathematica Symbol)
NotebookObject[fe, id] is an object that represents an open notebook in the front end.
DynamicModule   (Built-in Mathematica Symbol)
DynamicModule[{x, y, ...}, expr] represents an object which maintains the same local instance of the symbols x, y, ... in the course of all evaluations of Dynamic objects in ...
1|2 Next

...