finesse.config module
Configuration tools.
- exception finesse.config.ConfigNotFoundError[source]
Bases:
ExceptionIndicates a Finesse configuration could not be loaded.
- finesse.config.autoconfigure()[source]
Automatically configure runtime options based on the environment.
- finesse.config.config_instance()[source]
The Finesse configuration object for the current session.
Returns
configparser.RawConfigParserThe Finesse configuration object.
- finesse.config.configure(plotting=False, jupyter_tracebacks=None, progress_bars=False)[source]
Configure Finesse runtime options.
Parameters
- plottingbool, optional
Initialise Finesse plot theme for display.
- jupyter_tracebacksbool, optional
Show full tracebacks in Finesse errors when using Finesse in IPython. This setting does not work reliably in other environments.
- progress_barsbool, optional
When True progress bars will be displayed when available.
See Also