application
sgp.ui.application.config
module-attribute
config = Config(verbose=lower() in trues, password=get('SGP_PASSWORD', ''), numba_enabled=get('NUMBA_DISABLE_JIT', '0') == '0', language=value('language', name()))
sgp.ui.application.JupyterWidget
Bases: QtInProcessRichJupyterWidget, QWidget, QObject
Jupyter Qt Console Widget
sgp.ui.application.SGPApplication
Bases: JupyterQtConsoleApp
Jupyter Qt Console Application with pre-defined contexts
sgp.ui.application.SGPApplication.init_context_variables
init_context_variables(widget: JupyterWidget)
Initialize the context variables for the widget.
sgp.ui.application.SGPMainWindow
Bases: MainWindow, QObject
Custom main window for the qtconsole that adds a window for displaying matplotlib figures.
sgp.ui.application.SGPMainWindow.corrTab
corrTab(data: dict = None) -> TableWidget
Query the correlation matrix.
sgp.ui.application.SGPMainWindow.distTab
distTab(data: dict = None) -> TableWidget
Query the distribution parameters.
sgp.ui.application.SGPMainWindow.fromBytes
Load the project from a binary string or file if a path is provided.
sgp.ui.application.SGPMainWindow.fromCryptography
Load the project from a binary string or file if a path is provided.
sgp.ui.application.SGPMainWindow.fromDict
fromDict(*, data: dict, **kwargs)
Load the project from a dictionary.
sgp.ui.application.SGPMainWindow.fromJson
Load the project from a json string or file if a path is provided.
sgp.ui.application.SGPMainWindow.fromToml
Load the project from a toml string or file if a path is provided.
sgp.ui.application.SGPMainWindow.fromYaml
Load the project from a yaml string or file if a path is provided.
sgp.ui.application.SGPMainWindow.queryTab
queryTab() -> QueryTab
Query the parameters from the database.
sgp.ui.application.SGPMainWindow.requestRestart
Request a restart of the application.
sgp.ui.application.SGPMainWindow.setLanguage
Change the language of the application.
sgp.ui.application.SGPMainWindow.simplifiedChinese
Change the language to Chinese.
sgp.ui.application.SGPMainWindow.toBytes
Convert the project to a binary string or save it to a file if a path is provided.
sgp.ui.application.SGPMainWindow.toCryptography
Convert the project to a binary string or save it to a file if a path is provided.
sgp.ui.application.SGPMainWindow.toDict
toDict(**kwargs) -> dict
Convert the project to a dictionary.
sgp.ui.application.SGPMainWindow.toJson
Convert the project to a json string or save it to a file if a path is provided.
sgp.ui.application.SGPMainWindow.toToml
Convert the project to a toml string or save it to a file if a path is provided.
sgp.ui.application.SplashScreen
Bases: QSplashScreen, QObject
Label to show splash screen with a close signal.