JupyterOutputMode#

tradingstrategy.utils.jupyter.JupyterOutputMode Python class in Trading Strategy framework.

class JupyterOutputMode[source]#

Bases: Enum

What kind of output Jupyter Notebook supports.

__init__()#

Attributes

unknown

We could not figure out - please debug

terminal

The notebook is run by terminal

html

Your normal HTML notebook

unknown = 'unknown'#

We could not figure out - please debug

terminal = 'terminal'#

The notebook is run by terminal

html = 'html'#

Your normal HTML notebook