MathGroup Archive 2009

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

Search the Archive

Re: running mathematica notebooks without interface

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98759] Re: running mathematica notebooks without interface
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Sat, 18 Apr 2009 03:37:47 -0400 (EDT)
  • References: <gs9emj$mvd$1@smc.vnet.net>

Hi,

take your notebook, mark all cells as initialization
and save it. The Frontend will as you to create a
package with you code. Say yes and you will have a
*.m file tha you can run with out the FrontEnd
from the kernel.

Regards
   Jens

ventutech at gmail.com wrote:
> Hi mathematica people!
> I have a notebook with some "heavy numerics" which is supposed to
> produce several plots and output files.
> I have been recently granted access to a server with two quad-cores
> where mathematica 7.0 is installed, however I can access it only
> through some tedious ssh sessions (which can't be really called
> tunneling) and of course I will have troubles automatizing the ssh-
> tunnel.
> Since I would like to run a parallelized version of my code on this
> new machine.. the question is:
> 
> how can I run the notebook in the remote computer (using shell
> commands such as math < notebook.nb I don't know) as if I was running
> them on the local machine with the graphic interface? in such a way
> that it loads the notebook, it "evaluate cells" and it saves it so
> that I can download it and open it on another machine to watch the
> plots and everything?
> 
> thank you very much in advance,
> 
> Davide
> 
> 


  • Prev by Date: Re: Replace Table[Sum...]...] with Functional code
  • Next by Date: Re: Exporting animations
  • Previous by thread: running mathematica notebooks without interface
  • Next by thread: Re: running mathematica notebooks without interface