Eidolon
Public Member Functions | Public Attributes | List of all members
JupyterWidget Class Reference

Inherits QtInProcessRichJupyterWidget.

Collaboration diagram for JupyterWidget:
Collaboration graph

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  win,
  conf,
  parent = None 
)

Member Function Documentation

◆ sendInputBlock()

def sendInputBlock (   self,
  block,
  printBlock = True 
)
Interpret the given code `block'.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateLocals()

def updateLocals (   self,
  localvals 
)
Override the local variable dictionary with the given dictionary.

Member Data Documentation

◆ conf

conf

◆ custom_restart

custom_restart

◆ kernel

kernel

◆ kernel_client

kernel_client

◆ kernel_manager

kernel_manager

◆ win

win

The documentation for this class was generated from the following file: