Using plugins¶
PyJAMAS can be extended using plugins. PyJAMAS plugins are written in Python, using a specific format. The PyJAMAS application programming interface can be used to introduce PyJAMAS functionality within plugins or generally, within Python scripts. To install a plugin:
Select Install plugin … from the Plugins menu, and choose the file that contains the plugin.
The plugin will be available under the Plugins menu.
To remove an installed plugin, select Uninstall plugin … from the Plugins menu, and select the plugin to remove from the dropdown box. If you want to remove a plugin manually, navigate to the folder containing the PyJAMAS code, delete the corresponding subfolder from the plugins folder, and restart PyJAMAS.