Create_empty_workspace function

Hi,

I noticed that there is no reference document for create_empty_workspace function in the cryosparcm cli reference

(The function defined in cryosparc2_master/cryosparc2_command/command_core/init.py).

Is there any reason for that? Is it not recommended? Can I safely use the function to create an empty workspace through the cryosparcm cli command?

Thank you.

Hi @kttn,

Thank you for letting us know that this function is missing in our documentation - we’ll update the guide to include it. create_empty_workspace is the correct function to use if you’d like to programatically make a new workspace - it is the same function that is called when you create a new workspace in the web application.

- Suhail

Hi @sdawood,

Ok I understand. Thank you for your reply and support.