.gitattributes
.gitignore
.prettierignore
AGENTS.md
LICENSE
README.md
bun.lock
justfile
package.json
prek.toml
pyproject.toml
pytest.ini
quick-start.png
uv.lock
zensical.toml
.github/workflows/doc-build.yml
.github/workflows/docs.yml
.github/workflows/lint.yaml
.github/workflows/prettier.yml
.github/workflows/pypi.yaml
.github/workflows/test-browser.yml
.github/workflows/test-javascript.yml
.github/workflows/test-marimo.yml
.github/workflows/test-quarto.yml
.github/workflows/tests-python.yaml
.github/workflows/type.yaml
docs/contributing.md
docs/index.md
docs/llms.txt
docs/examples/area.py
docs/examples/area_hover_to_show.css
docs/examples/area_hover_to_show.js
docs/examples/area_hover_to_show.py
docs/examples/bar_plot.py
docs/examples/coal_production.py
docs/examples/europe_co2.py
docs/examples/facet.py
docs/examples/grouping.py
docs/examples/hover_nearest.py
docs/examples/javascript.py
docs/examples/line_chart.py
docs/examples/mondrian.py
docs/examples/tooltip-custom.py
docs/examples/tooltip.py
docs/gallery/area-hover-to-show.md
docs/gallery/coal-production.md
docs/gallery/europe-co2.md
docs/gallery/index.md
docs/gallery/mondrian.md
docs/guide/css.md
docs/guide/javascript.md
docs/guide/jupyter.md
docs/guide/marimo.md
docs/guide/positron.md
docs/guide/quarto.md
docs/guide/shiny.md
docs/guide/streamlit.md
docs/guide/tooltip.md
docs/guide/troubleshooting.md
docs/iframes/area-chart.html
docs/iframes/area-hover-to-show.html
docs/iframes/bar.html
docs/iframes/coal-production.html
docs/iframes/europe-co2.html
docs/iframes/facet_wrap.html
docs/iframes/hover-nearest.html
docs/iframes/javascript-animate.html
docs/iframes/javascript-click-color.html
docs/iframes/javascript-hello.html
docs/iframes/line.html
docs/iframes/mondrian.html
docs/iframes/point.html
docs/iframes/quickstart2.html
docs/iframes/tooltip-custom-css.html
docs/iframes/tooltip-custom-css2.html
docs/iframes/tooltip-default.html
docs/iframes/tooltip-html-injection.html
docs/img/marimo.png
docs/img/positron.png
docs/img/quarto.png
docs/img/shiny.png
docs/img/streamlit.png
docs/reference/css.md
docs/reference/interactive.md
docs/reference/javascript.md
docs/stylesheets/style.css
ninejs/__init__.py
ninejs/const.py
ninejs/css.py
ninejs/iframe.py
ninejs/javascript.py
ninejs/main.py
ninejs/minify.py
ninejs/py.typed
ninejs/typing.py
ninejs/utils.py
ninejs.egg-info/PKG-INFO
ninejs.egg-info/SOURCES.txt
ninejs.egg-info/dependency_links.txt
ninejs.egg-info/requires.txt
ninejs.egg-info/top_level.txt
ninejs/data/__init__.py
ninejs/data/anscombe.py
ninejs/data/revenue.py
ninejs/static/PlotParser.js
ninejs/static/PlotParserGeometry.js
ninejs/static/PlotParserHover.js
ninejs/static/PlotParserNearestHover.js
ninejs/static/d3.min.js
ninejs/static/default.css
ninejs/static/purify.min.js
ninejs/static/template.html
tests/conftest.py
tests/test-browser/__init__.py
tests/test-browser/conftest.py
tests/test-browser/test_interactions.py
tests/test-integration/app-streamlit.py
tests/test-integration/quarto.qmd
tests/test-integration/script-marimo.py
tests/test-integration/test_streamlit.py
tests/test-javascript/PlotParser.test.js
tests/test-python/test_css.py
tests/test-python/test_javascript.py
tests/test-python/test_main.py