<div dir="ltr"><div class="gmail_extra">Hi Zoltán,<br><br></div><div class="gmail_extra"><div class="gmail_quote">On 21 March 2014 10:00, Zoltán Vörös <span dir="ltr"><<a href="mailto:zvoros@gmail.com" target="_blank">zvoros@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I have a project, where I would have to plot hundreds of data
      sets, and for various reasons, I would like to place each plot in
      separate cell in the notebook. Is there a way to do this
      automatically? I know what the input cells should contain, it is
      only that I don't want to execute each cell by hand, for each plot
      takes 1-2 minutes to calculate. The only thing I could come up
      with for now is that I generate a notebook with the required cells
      on the command line, load the notebook in the browser, and then
      hit "Run All", but it would be great, if it was possible in a
      somewhat more elegant way. </blockquote></div><br></div><div class="gmail_extra">Once you've generated the notebook, you could use runipy to run it without having to go through the noteboko UI: <a href="https://github.com/paulgb/runipy/">https://github.com/paulgb/runipy/</a><br>

<br></div><div class="gmail_extra">Best wishes,<br>Thomas<br></div></div>