jupyter#

tradingstrategy.utils.jupyter Python module in Trading Strategy framework.

Module description#

Helpers to deal with Jupyter Notebook issues.

Classes#

JupyterOutputMode

What kind of output Jupyter Notebook supports.

Functions#

display_with_styles(df, apply_styles_func)

Display a Pandas dataframe as a table.

get_notebook_output_mode()

Determine if the Jupyter Notebook supports HTML output.

is_pyodide()

Are we running under Pyodide / JupyterLite notebook.