runmanager.remote.set_globals

runmanager.remote.set_globals(globals, raw=False)

For a dict of the form {‘<global_name>’: value}, set the given globals to the given values. If raw=True, then global values will be treated as the string representations of Python objects rather than the objects themselves, and written directly to the HDF5 file and runmanager GUI without calling repr() on them first.