OutputMode
Documentation for eth_defi.research.notebook.OutputMode Python class.
- class OutputMode
Bases:
enum.EnumWhat 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
Output charts as static images
Output charts as interactive Plotly.js visualisations
- static = 'static'
Output charts as static images
- interactive = 'interactive'
Output charts as interactive Plotly.js visualisations