nctoolkit.DataSet.run#

DataSet.run(self)#

Run all stored commands in a dataset

Examples

If evaluation is lazy and you need to evaluate commands on a dataset, do the following:

>>> ds.run()