Skip to main content

A package to create interactive tables with alternative category views, from formatted json input, based on dash.

Project description

interactive-multi-category-table

In many different scenarios, contents are single-categorized and multi-tagged, by which I mean there are multiple tags but one single (though may be hierarchical) category system, e.g., file systems, blogs, etc. However, sometimes contents can be categorized from different category views. For storage or lookup, one category system is OK; but for visualization and analysis, flexibly organizing the contents with different category views will be very handy.

This repo targets addressing such demand by creating interactive tables with alternative category views, from formatted json input, based on dash.

usage

Simply run

import interactive_multi_category_table as imct

imct.run_app(json_file_path)

and the generated webpage can be accessed at http://127.0.0.1:8050/.

Refer to the provided examples for the json file format.

requirements

  • dash

known limitations

  • Leaf category items in the same category tree cannot be the same.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page