read_configuration

jdaviz.core.config.read_configuration(path=None)[source] [edit on github]

Loads a configuration from a YAML file.

Parameters:
pathstr, optional

Path to the configuration file to be loaded. If None, loads the default configuration.

Returns:
configdict

A dictionary object.