Main Window

API

interface imagect.api.mainwin.IMainWin[source]

mainwin of the app

window()

window

menuBar()

menubar

console()

console

imagect.api.mainwin.get()[source]

IMPL

class imagect.core.mainwin.MainWin(parent=None, flags=<PyQt5.QtCore.Qt.WindowFlags object>)[source]

Bases: PyQt5.QtWidgets.QMainWindow

implements IMainWin

console()[source]
menuBar(self) → QMenuBar[source]
showMessage(msg)[source]
shutdown_kernel()[source]
window(self) → QWidget[source]
imagect.core.mainwin.get()[source]
imagect.core.mainwin.make_jupyter_widget_with_kernel()[source]

Start a kernel, connect to it, and create a RichJupyterWidget to use it