bec_lib.plugin_helper.get_ipython_client_startup_plugins#

get_ipython_client_startup_plugins(state: Literal['pre', 'post']) dict[source]#

Load all IPython client startup plugins.

Parameters:

state (str) – The state of the plugin. Either “pre” or “post”.

Returns:

A dictionary with the plugin names as keys and the plugin module and source name as values.

Return type:

dict