gca#
- jdaviz.gca(index=None, set_as_current=True)[source]#
Get the current jdaviz application instance.
- Parameters:
- indexint, optional
The index of the application instance to retrieve. Default is the current instance.
- set_as_currentbool, optional
If True, sets the application instance at the specified index as the current instance. Default is True.
- Returns:
- App
The current jdaviz application instance.