clawpack / clawutil

General utility programs
BSD 3-Clause "New" or "Revised" License
10 stars 31 forks source link

nbtools module for running from notebooks #81

Closed rjleveque closed 9 years ago

rjleveque commented 9 years ago

The nbtools.py module is useful for running code from an IPython notebook and capturing any errors or output into a file that is linked from the notebook, without cluttering up the output that appears in the notebook.

This has gone through a few iterations and now seems fairly useful, but I'm open to suggestions.

Some examples in the most recent commits of clawpack/apps#47.