Using slicer in clusters

Hello all,
Are there any special tutorials on how to use slicer on clusters?
I mean in the cases that we generally do not have access to the GUI. Is there any way to generate the commands for all tasks we do in GUI?
Thanks

1 Like

Yes, you can use Slicer on headless compute nodes and all features should be accessible via Python scripting.

1 Like

Thank you very much for your response. Are there any tools to get something like a log file which shows the codes for the tasks I do in GUI so that I can use them in the cluster?
Or is there any source which mentions all codes for all tasks like opening files, installing extension .etc ?
Thanks

There is no simple shortcut like that. Developer tutorials and the script repository should help you getting started.

1 Like