JupyterOutputMode#
API documentation for tradingstrategy.utils.jupyter.JupyterOutputMode Python class in Trading Strategy framework.
- class JupyterOutputMode[source]#
Bases:
Enum
What kind of output Jupyter Notebook supports.
- __init__(*args, **kwds)#
Attributes
We could not figure out - please debug
The notebook is run by terminal
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