LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
BESTLIB/__init__.py
BESTLIB/d3.min.js
BESTLIB/linked.py
BESTLIB/matrix.js
BESTLIB/matrix.py
BESTLIB/reactive.py
BESTLIB/style.css
BESTLIB/charts/__init__.py
BESTLIB/charts/bar.py
BESTLIB/charts/base.py
BESTLIB/charts/boxplot.py
BESTLIB/charts/distplot.py
BESTLIB/charts/ecdf.py
BESTLIB/charts/errorbars.py
BESTLIB/charts/fill_between.py
BESTLIB/charts/funnel.py
BESTLIB/charts/grouped_bar.py
BESTLIB/charts/heatmap.py
BESTLIB/charts/hexbin.py
BESTLIB/charts/hist2d.py
BESTLIB/charts/histogram.py
BESTLIB/charts/horizontal_bar.py
BESTLIB/charts/kde.py
BESTLIB/charts/line.py
BESTLIB/charts/line_plot.py
BESTLIB/charts/parallel_coordinates.py
BESTLIB/charts/pie.py
BESTLIB/charts/polar.py
BESTLIB/charts/qqplot.py
BESTLIB/charts/radviz.py
BESTLIB/charts/registry.py
BESTLIB/charts/ribbon.py
BESTLIB/charts/ridgeline.py
BESTLIB/charts/rug.py
BESTLIB/charts/scatter.py
BESTLIB/charts/spec_utils.py
BESTLIB/charts/star_coordinates.py
BESTLIB/charts/step_plot.py
BESTLIB/charts/violin.py
BESTLIB/compat/__init__.py
BESTLIB/compat/chart_wrappers.py
BESTLIB/compat/matrix_wrapper.py
BESTLIB/core/__init__.py
BESTLIB/core/comm.py
BESTLIB/core/events.py
BESTLIB/core/exceptions.py
BESTLIB/core/layout.py
BESTLIB/core/registry.py
BESTLIB/data/__init__.py
BESTLIB/data/_imports.py
BESTLIB/data/aggregators.py
BESTLIB/data/preparators.py
BESTLIB/data/transformers.py
BESTLIB/data/validators.py
BESTLIB/layouts/__init__.py
BESTLIB/layouts/matrix.py
BESTLIB/layouts/reactive.py
BESTLIB/reactive/__init__.py
BESTLIB/reactive/engine.py
BESTLIB/reactive/linking.py
BESTLIB/reactive/selection.py
BESTLIB/reactive/engines/__init__.py
BESTLIB/reactive/engines/base.py
BESTLIB/reactive/engines/colab.py
BESTLIB/reactive/engines/js_only.py
BESTLIB/reactive/engines/jupyter.py
BESTLIB/render/__init__.py
BESTLIB/render/assets.py
BESTLIB/render/builder.py
BESTLIB/render/html.py
BESTLIB/utils/__init__.py
BESTLIB/utils/figsize.py
BESTLIB/utils/json.py
docs/CHANGELOG.md
pybestlib.egg-info/PKG-INFO
pybestlib.egg-info/SOURCES.txt
pybestlib.egg-info/dependency_links.txt
pybestlib.egg-info/requires.txt
pybestlib.egg-info/top_level.txt
scripts/CODIGO_PRUEBA_DIRECTO.py
scripts/COLAB_INSTALL_COMPLETA.py
scripts/DIAGNOSTICO_COMPLETO.py
scripts/DIAGNOSTICO_PREPARE_DATA.py
scripts/EJEMPLOS_INDIVIDUALES.py
scripts/EJEMPLO_COLAB_COMPLETO.py
scripts/EJEMPLO_MATRIZ_COMPLETA.py
scripts/PRUEBA_CORRECCIONES_AVANZADOS.py
scripts/SCRIPT_DIAGNOSTICO_DASHBOARD.py
scripts/SCRIPT_PRUEBA_COMPLETA.py
scripts/SCRIPT_VALIDACION_FINAL.py
scripts/TEST_NUEVOS_GRAFICOS.py
scripts/VALIDACION_KDE_COMPLETA.py
scripts/test_has_widgets.py
tests/test_charts_registry.py
tests/test_charts_specs.py
tests/test_comm_manager.py
tests/test_matrix_layout.py
tests/test_multiple_layouts.py
tests/test_reactive_integration.py
tests/test_violin_chart.py