Controls for resources, allocated for workers.
Executing
from dask_quantumtinkerer import Gateway
gateway = Gateway()
gateway.cluster_options()
in notebook should give user controls over the resources allocated for workers. Currently the resources list is empty: but the machinery is certainly there. Need to figure out how to add stuff like memory and number of cores per worker there.