As an example I add this to the command line when I start slicer:
--python-code "selectModule('WebServer')"
But you can put the same in .slicerrc.py
, maybe using slicer.util.selectModule
for style purposes.
As an example I add this to the command line when I start slicer:
--python-code "selectModule('WebServer')"
But you can put the same in .slicerrc.py
, maybe using slicer.util.selectModule
for style purposes.