.gitignore
.pylintrc
CONTRIBUTING.md
LICENSE
README.md
bandit.yml
pytest.ini
setup.py
.github/workflows/webviz-config.yml
docs/.gitignore
docs/build_docs.py
docs/package-lock.json
docs/package.json
docs/assets/webviz-logo.svg
docs/assets/webviz_doc.css
docs/templates/index.html.jinja2
examples/basic_example.yaml
examples/demo_portable.yaml
examples/example-markdown.md
examples/example.pdf
examples/example_banner.png
examples/example_data.csv
examples/example_javascript.js
examples/example_stylesheet.css
tests/__init__.py
tests/test_data_table.py
tests/test_example_plugin.py
tests/test_portable.py
tests/test_syntax_highlighter.py
tests/test_table_plotter.py
tests/data/basic_example.yaml
tests/data/example_data.csv
webviz_config/__init__.py
webviz_config/_build_webviz.py
webviz_config/_config_parser.py
webviz_config/_is_reload_process.py
webviz_config/_localhost_token.py
webviz_config/_plugin_abc.py
webviz_config/_shared_settings_subscriptions.py
webviz_config/_theme_class.py
webviz_config/_user_data_dir.py
webviz_config/_user_preferences.py
webviz_config/_write_script.py
webviz_config/command_line.py
webviz_config/common_cache.py
webviz_config/webviz_assets.py
webviz_config/webviz_store.py
webviz_config.egg-info/PKG-INFO
webviz_config.egg-info/SOURCES.txt
webviz_config.egg-info/dependency_links.txt
webviz_config.egg-info/entry_points.txt
webviz_config.egg-info/not-zip-safe
webviz_config.egg-info/requires.txt
webviz_config.egg-info/top_level.txt
webviz_config/certificate/__init__.py
webviz_config/certificate/_certificate_generator.py
webviz_config/certificate/_localhost_certificate.py
webviz_config/containers/__init__.py
webviz_config/plugins/__init__.py
webviz_config/plugins/_banner_image.py
webviz_config/plugins/_data_table.py
webviz_config/plugins/_embed_pdf.py
webviz_config/plugins/_example_assets.py
webviz_config/plugins/_example_data_download.py
webviz_config/plugins/_example_plugin.py
webviz_config/plugins/_example_portable.py
webviz_config/plugins/_example_tour.py
webviz_config/plugins/_markdown.py
webviz_config/plugins/_syntax_highlighter.py
webviz_config/plugins/_table_plotter.py
webviz_config/static/.dockerignore
webviz_config/static/Dockerfile
webviz_config/static/README.md
webviz_config/static/assets/webviz_config.css
webviz_config/static/assets/webviz_layout.css
webviz_config/templates/copy_data_template.py.jinja2
webviz_config/templates/webviz_template.py.jinja2
webviz_config/themes/__init__.py
webviz_config/themes/_default_theme.py
webviz_config/themes/default_assets/default_logo.svg
webviz_config/themes/default_assets/default_theme.css
webviz_config/utils/__init__.py
webviz_config/utils/_available_port.py
webviz_config/utils/_dash_component_utils.py
webviz_config/utils/_localhost_open_browser.py
webviz_config/utils/_silence_flask_startup.py
webviz_config/utils/terminal_colors.py