.gitignore
.pylintrc
LICENSE
README.md
setup.py
tox.ini
.github/workflows/publish_to_pypi.yml
.github/workflows/style.yml
.github/workflows/testing.yml
docs/conf.py
docs/index.rst
docs/installing_everviz.rst
docs/introduction.rst
docs/running_everviz.rst
everviz/__init__.py
everviz/config.py
everviz/everest_hooks.py
everviz/log.py
everviz/util.py
everviz/version.py
everviz.egg-info/PKG-INFO
everviz.egg-info/SOURCES.txt
everviz.egg-info/dependency_links.txt
everviz.egg-info/entry_points.txt
everviz.egg-info/requires.txt
everviz.egg-info/top_level.txt
everviz/assets/axis_customization.css
everviz/components/__init__.py
everviz/components/list_select.py
everviz/data/__init__.py
everviz/data/load_csv/__init__.py
everviz/data/load_csv/get_data.py
everviz/pages/__init__.py
everviz/pages/configuration.py
everviz/pages/controls.py
everviz/pages/crossplot.py
everviz/pages/deltaplot.py
everviz/pages/gradientplot.py
everviz/pages/objectives.py
everviz/pages/summary_values.py
everviz/pages/wells_values.py
everviz/plugins/__init__.py
everviz/plugins/gradient_plot.py
everviz/plugins/plugin_abc.py
everviz/plugins/best_controls_plot/__init__.py
everviz/plugins/best_controls_plot/best_controls_plot.py
everviz/plugins/config_editor/__init__.py
everviz/plugins/config_editor/config_editor.py
everviz/plugins/controls_plot/__init__.py
everviz/plugins/controls_plot/controls_plot.py
everviz/plugins/crossplot/__init__.py
everviz/plugins/crossplot/crossplot.py
everviz/plugins/crossplot/crossplot_indexed.py
everviz/plugins/crossplot/callback/__init__.py
everviz/plugins/crossplot/callback/crossplot_callback.py
everviz/plugins/crossplot/callback/crossplot_indexed_dropdown.py
everviz/plugins/delta_plot/__init__.py
everviz/plugins/delta_plot/delta_plot.py
everviz/plugins/objectives_plot/__init__.py
everviz/plugins/objectives_plot/objectives_plot.py
everviz/plugins/objectives_plot/single_objectives_plot.py
everviz/plugins/objectives_plot/util.py
everviz/plugins/summary_plot/__init__.py
everviz/plugins/summary_plot/summary_callback.py
everviz/plugins/summary_plot/summary_plot.py
everviz/plugins/summary_plot/util.py
everviz/plugins/summary_plot/wells_plot.py
everviz/plugins/utils/__init__.py
everviz/plugins/utils/layout/__init__.py
everviz/plugins/utils/layout/sidebar_layout.py
test-data/crossplot/crossplot_indexed_layout_headless.png
test-data/crossplot/crossplot_layout_headless.png
test-data/objectives/single_objective_layout_headless.png
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/config_editor/__init__.py
tests/integration/config_editor/test_config_editor.py
tests/integration/controls_plot/__init__.py
tests/integration/controls_plot/test_controls_plot_integration.py
tests/integration/crossplot/__init__.py
tests/integration/crossplot/test_crossplot_indexed_integration.py
tests/integration/crossplot/test_crossplot_integration.py
tests/integration/delta_plot/test_objectives_delta_plot_integration.py
tests/integration/delta_plot/test_summary_delta_plot_integration.py
tests/integration/gradient_plot/__init__.py
tests/integration/gradient_plot/test_gradient_plot_integration.py
tests/integration/objectives_plot/__init__.py
tests/integration/objectives_plot/test_objectives_plot_integration.py
tests/integration/summary_plot/__init__.py
tests/integration/summary_plot/test_summary_plot_integration.py
tests/integration/summary_plot/test_well_plot_integration.py
tests/unit/__init__.py
tests/unit/test_control_plot_data.py
tests/unit/test_delta_plot_data.py
tests/unit/test_everviz_config.py
tests/unit/test_get_indexed_control.py
tests/unit/test_gradient_plot_data.py
tests/unit/test_hook_implementation.py
tests/unit/test_objective_plot_data.py
tests/unit/test_single_objective_data.py
tests/unit/test_single_objective_plot_layout.py
tests/unit/test_summary_callback.py
tests/unit/test_summary_plot.py
tests/unit/test_util.py
tests/unit/crossplot/__init__.py
tests/unit/crossplot/test_callback.py
tests/unit/crossplot/test_indexed_callback.py
tests/unit/crossplot/test_indexed_crossplot_layout.py
tests/unit/crossplot/test_layout.py