.gitignore
MANIFEST.in
README.md
jupyter-gosling.json
package.json
setup.py
tsconfig.json
yarn.lock
.github/workflows/docs.yml
.github/workflows/test.yml
doc/conf.py
doc/index.rst
doc/_static/example.gif
doc/_static/favicon.ico
doc/_static/favicon.png
doc/_static/theme_overrides.css
doc/_templates/class.rst
doc/getting_started/installation.rst
doc/user_guide/API.rst
gosling/__init__.py
gosling/api.py
gosling/data.py
gosling/display.py
gosling/schemapi.py
gosling/widget.py
gosling.egg-info/PKG-INFO
gosling.egg-info/SOURCES.txt
gosling.egg-info/dependency_links.txt
gosling.egg-info/requires.txt
gosling.egg-info/top_level.txt
gosling/examples/__init__.py
gosling/examples/area_chart.py
gosling/examples/bar_chart.py
gosling/examples/circos.py
gosling/examples/comparative_matrices.py
gosling/examples/genes.py
gosling/examples/ideograms.py
gosling/examples/line_chart.py
gosling/examples/multiscale_lollipop_plot.py
gosling/examples/multiscale_sequence.py
gosling/examples/overview_detail.py
gosling/examples/point_plot.py
gosling/examples/text_marks.py
gosling/experimental/__init__.py
gosling/experimental/_background_server.py
gosling/experimental/_provider.py
gosling/experimental/_tilesets.py
gosling/experimental/data.py
gosling/experimental/tests/test_data_server.py
gosling/experimental/tests/test_provider.py
gosling/schema/__init__.py
gosling/schema/channels.py
gosling/schema/core.py
gosling/schema/gosling-schema.json
gosling/schema/mixins.py
gosling/sphinxext/__init__.py
gosling/sphinxext/gallery.py
gosling/sphinxext/plot.py
gosling/static/index.js
gosling/static/widget.js
gosling/tests/test_api.py
gosling/tests/test_data.py
gosling/utils/__init__.py
gosling/utils/core.py
gosling/utils/execeval.py
js/build.js
js/src/index.ts
js/src/widget.ts
notebooks/example.ipynb
notebooks/multiple-coordinated-views.ipynb
tools/README.md
tools/generate_api_docs.py
tools/generate_schema_wrapper.py
tools/schemapi/__init__.py
tools/schemapi/codegen.py
tools/schemapi/decorator.py
tools/schemapi/jsonschema-draft04.json
tools/schemapi/schemapi.py
tools/schemapi/utils.py
tools/schemapi/tests/__init__.py
tools/schemapi/tests/test_decorator.py
tools/schemapi/tests/test_schemapi.py
tools/schemapi/tests/test_utils.py