Open a slicer module with python

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.

1 Like