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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 906130d3d6128add5f041f69f299da04a45d6d34727e072ad4ddbd964592775f |
|
MD5 | 11d75d9efadf88d535919279916e0bdd |
|
BLAKE2b-256 | bb78c6dab79945039b157da851e211bd823bdea9893746dcf0794217949c9bf4 |