MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How to run/call a Mathematica Notebook from another Notebook

  • To: mathgroup at smc.vnet.net
  • Subject: [mg68668] Re: How to run/call a Mathematica Notebook from another Notebook
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 16 Aug 2006 03:35:54 -0400 (EDT)
  • References: <ebmtkq$6ik$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

the classic way is to mark *all* input in notebook A and B
as initialization, when you save the notebooks, the FrontEnd will
ask you to generate a *Package* from the initialization cells
and you should say "yes". Now you can call
Get["A.m"];
Get["B.m"]
in notebook C and you are done ...

Regards
   Jens

Prash wrote:
> HI,
> 
> How to run/call a Mathematica Notebook from another Notebook ?
> 
> say, I want Notebook A and B to be executed and then Notebook C. How do
> I run/call Notebooks A and B from C ?
> 
> Regards,
> Prashanth
> 


  • Prev by Date: RE: ListContourPlot3D and colors
  • Next by Date: Re: No output or In[n] prompt appearing
  • Previous by thread: Re: How to run/call a Mathematica Notebook from another Notebook
  • Next by thread: Hyperlink to *.pdf File