MathGroup Archive 2012

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

Search the Archive

Multiple Notebook Execution

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125183] Multiple Notebook Execution
  • From: "Harker, Anthony" <a.harker at ucl.ac.uk>
  • Date: Sun, 26 Feb 2012 04:22:43 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Suppose I have a directory full of Mathematica notebooks, each a student's answer to a classwork assignment. What I'd like to do is to load each notebook in turn, execute it in the front end, and print the result to a PDF for grading. Of course, for each assignment I want a fresh kernel, to ensure that one student's assignments of variables or definitions of functions do not come back to bite another student. Is it possible to do all of this from the front end, by cunning use of environments for example, or can it only be done by scripting outside Mathematica?

   Tony Harker


  • Prev by Date: Re: Importing data from the web
  • Next by Date: Re: Importing data from the web
  • Previous by thread: Manipulate Slider option
  • Next by thread: Re: Multiple Notebook Execution