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 hashes)

Uploaded Source

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