Skip to content

app

sgp.app.SGPApplication

Bases: JupyterQtConsoleApp

Jupyter Qt Console Application with pre-defined contexts

sgp.app.SGPApplication.init_context_variables

init_context_variables(widget: JupyterWidget)

Initialize the context variables for the widget.

sgp.app.SGPApplication.launch_instance classmethod

launch_instance(argv: List[str] = None, **kwargs) -> None

Launch an instance of a Jupyter Application and close the splash screen after initialization.

sgp.app.main

main(argv=None, **kwargs)

Entry point for the sgp Qt application.