Skip to main content

Visualizing data in a tree structure

Project description

A data browser which has a tree structure.This browser also controls

matplotlib graphs embedded in PyQt5 windows.

Installation

pip install JupyterHuck

Usage

%gui qt ### necessary when using in Jupyter

from JupyterHuck.MyView import getRoot

from JupyterHuck.MyGraph import MyGraphWindow



r=getRoot()



a='This is a string'

r.cur.add(a)



graph=MyGraphWindow()

graph.plot([1,2,3],[1,2,1])

r.cur.add(graph)



r.save()

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

JupyterHuck-0.1.zip (20.0 kB view details)

Uploaded Source

File details

Details for the file JupyterHuck-0.1.zip.

File metadata

  • Download URL: JupyterHuck-0.1.zip
  • Upload date:
  • Size: 20.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for JupyterHuck-0.1.zip
Algorithm Hash digest
SHA256 906130d3d6128add5f041f69f299da04a45d6d34727e072ad4ddbd964592775f
MD5 11d75d9efadf88d535919279916e0bdd
BLAKE2b-256 bb78c6dab79945039b157da851e211bd823bdea9893746dcf0794217949c9bf4

See more details on using hashes here.

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