#!/usr/bin/env python # coding: utf-8 # # Create a Coiled software environment that matches the local environment # In[1]: import coiled # In[ ]: coiled.create_software_environment( name="odc", conda="environment.yml", ) # In[ ]: coiled.list_software_environments() # In[ ]: