Loading Extensions On Startup#

So far we have had to load our new algorithm in to Mantid each time. Mantid can be configured to look in directories for Python extensions and load them automatically:

Python Extensions

The image above shows the configuration item that controls where Mantid looks for Python extensions. This is a semi-colon (;) separated list of directories that should be search on startup.

Warning: The search is recursive so be careful with directories you put in here.