OutputMode

Documentation for eth_defi.research.notebook.OutputMode Python class.

class OutputMode

Bases: enum.Enum

What is the output mode for the notebook visualisations.

Interactive visualisations work only on the HTML pages that are able to load Plotly.js JavaScripts.

For examples see setup_charting_and_output().

Attributes summary

static

Output charts as static images

interactive

Output charts as interactive Plotly.js visualisations

static = 'static'

Output charts as static images

interactive = 'interactive'

Output charts as interactive Plotly.js visualisations