open#
- jdaviz.open(filename, show=True, **kwargs)[source]#
Automatically detect the correct configuration based on a given file, load the data, and display the configuration
- Parameters:
- filenamestr (path-like)
Name for a local data file.
- showbool
Determines whether to immediately show the application
- All other arguments are interpreted as load_data arguments for
- the autoidentified configuration class
- Returns:
- Jdaviz ConfigHelperjdaviz.core.helpers.ConfigHelper
The autoidentified ConfigHelper for the given data