LICENSE
README.md
pyproject.toml
tessera/__init__.py
tessera/exceptions.py
tessera/py.typed
tessera/cells/__init__.py
tessera/cells/base.py
tessera/cells/image.py
tessera/cells/image_slider.py
tessera/cells/matplotlib.py
tessera/cells/misc.py
tessera/cells/plotly.py
tessera/cells/table.py
tessera/cells/tabulator.py
tessera/cells/text.py
tessera/core/__init__.py
tessera/core/assembler.py
tessera/core/deck.py
tessera/core/plugins.py
tessera/core/security.py
tessera/core/slide.py
tessera/static/__init__.py
tessera/static/main.js
tessera/static/vendor/UPDATE_LOG.md
tessera/static/vendor/manifest.json
tessera/static/vendor/highlight/LICENSE
tessera/static/vendor/highlight/github-dark.min.css
tessera/static/vendor/highlight/github.min.css
tessera/static/vendor/highlight/highlight.min.js
tessera/static/vendor/mathjax/LICENSE
tessera/static/vendor/mathjax/tex-svg.js
tessera/static/vendor/mermaid/LICENSE
tessera/static/vendor/mermaid/mermaid.min.js
tessera/static/vendor/plotly/LICENSE
tessera/static/vendor/plotly/LICENSE.txt
tessera/static/vendor/plotly/plotly.min.js
tessera/static/vendor/tabulator/LICENSE
tessera/static/vendor/tabulator/tabulator.min.css
tessera/static/vendor/tabulator/tabulator.min.js
tessera/static/vendor/tabulator/tabulator_midnight.min.css
tessera/templates/__init__.py
tessera/templates/base.html
tessera/templates/cell_code.html
tessera/templates/cell_empty.html
tessera/templates/cell_html.html
tessera/templates/cell_iframe.html
tessera/templates/cell_image.html
tessera/templates/cell_image_slider.html
tessera/templates/cell_list.html
tessera/templates/cell_matplotlib.html
tessera/templates/cell_matplotlib_svg.html
tessera/templates/cell_mermaid.html
tessera/templates/cell_metric.html
tessera/templates/cell_plotly.html
tessera/templates/cell_table.html
tessera/templates/cell_tabulator.html
tessera/templates/cell_text.html
tessera/themes/__init__.py
tessera/themes/academic/__init__.py
tessera/themes/academic/layout.css
tessera/themes/academic/metric.css
tessera/themes/academic/slide.css
tessera/themes/dark/__init__.py
tessera/themes/dark/layout.css
tessera/themes/default/__init__.py
tessera/themes/default/code.css
tessera/themes/default/image.css
tessera/themes/default/layout.css
tessera/themes/default/list.css
tessera/themes/default/metric.css
tessera/themes/default/slide.css
tessera/themes/default/table.css
tessera/themes/default/tabulator.css
tessera/themes/default/toc.css
tessera/themes/default/toolbar.css
tessera/themes/light/__init__.py
tessera/themes/light/layout.css
tessera/themes/light/metric.css
tessera/themes/light-blue/__init__.py
tessera/themes/light-blue/layout.css
tessera/themes/light-blue/metric.css
tessera/themes/sobrio/__init__.py
tessera/themes/sobrio/layout.css
tessera/themes/sobrio/metric.css
tessera/themes/sobrio/slide.css
tessera/utils/__init__.py
tessera/utils/image_encoder.py
tessera/utils/media.py
tessera/utils/notebook.py
tessera/utils/resource_loader.py
tessera/utils/tabular.py
tessera/utils/theme_resolver.py
tessera/utils/vendor.py
tessera_report.egg-info/PKG-INFO
tessera_report.egg-info/SOURCES.txt
tessera_report.egg-info/dependency_links.txt
tessera_report.egg-info/requires.txt
tessera_report.egg-info/top_level.txt
tests/test_cells.py
tests/test_fontscale.py
tests/test_media.py
tests/test_notebook_unique.py
tests/test_plugins.py
tests/test_preview.py
tests/test_security.py
tests/test_slide.py
tests/test_slides.py
tests/test_tabulator.py
tests/test_themes.py
tests/test_write.py