Eidolon
|
Inherits QtInProcessRichJupyterWidget.
Public Member Functions | |
def | __init__ (self, win, conf, parent=None) |
def | updateLocals (self, localvals) |
def | sendInputBlock (self, block, printBlock=True) |
Public Attributes | |
win | |
conf | |
custom_restart | |
kernel_manager | |
kernel | |
kernel_client | |
Jupyter substitute widget for the internal console. This will be used by default if the relevant libraries are imported. As a drop-in replacement for ConsoleWidget its public interface is meant to be the same.
def __init__ | ( | self, | |
win, | |||
conf, | |||
parent = None |
|||
) |
def sendInputBlock | ( | self, | |
block, | |||
printBlock = True |
|||
) |
Interpret the given code `block'.
def updateLocals | ( | self, | |
localvals | |||
) |
Override the local variable dictionary with the given dictionary.
conf |
custom_restart |
kernel |
kernel_client |
kernel_manager |
win |