Skip to main content

Visualise complex data structures in real time

Project description

Explainable

PyPI version

Explainable is a project for real time visualisation of complex data structures with minimal effort.
This project was created by Numan Team.
Visualisation runs on our website, so you only need install the library and initialise it in your code.

plot

Installation

pip install -U explainable

Usage

  1. Install using pip
  2. Import the library in your code
  3. Add explainable.init() in your code to start the server
  4. Select data to observe with data = explainable.observe("my_view", data)
  5. Go to https://explainable.numan.ai/
import time

import explainable

# start the server
explainable.init()

# create your data
lst = [0, 1, 2]

# start observing
lst = explainable.observe("view1", lst)

# change your data
while True:
  lst[0] += 1
  lst[1] -= 1

  time.sleep(1)

plot

Currently supported data structures:

  • dataclass
  • list
  • dict
  • enums

Requirements

Python 3.7 or higher.

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

explainable-1.0.0.tar.gz (9.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

explainable-1.0.0-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file explainable-1.0.0.tar.gz.

File metadata

  • Download URL: explainable-1.0.0.tar.gz
  • Upload date:
  • Size: 9.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for explainable-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f734b091989568df166dc8ec8e19c0fa428d0db4f901d7044ad522ad6b22039b
MD5 a29348c1c73e08c5a7c235e99c3d8e68
BLAKE2b-256 19672737e30f5c0ef1231f6ad62153e7f0c25694af72a127e15ed4bf75ce573a

See more details on using hashes here.

File details

Details for the file explainable-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: explainable-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for explainable-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d25a57c9564890a3c297f8d17ae76b7ef5a6ee9beb5a83df5d1688596fb8fcf9
MD5 ac1f73c06314a13a36b45142bac716cc
BLAKE2b-256 82231937df1e9b573c7cdf95fbe91a5359f7c6756101af2ed14144356b17dfb0

See more details on using hashes here.

Supported by

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