Interactive Translator UI for the Jupyter notebook, using React.
Project description
Gamma Viewer
Jupyter Notebook javascript extension for viewing Translator Standard messages in an analytic UI.
Installation
pip install gamma_viewer
jupyter nbextension enable --py gamma_viewer
Usage
from gamma_viewer import GammaViewer
from IPython.display import display
import json
with open('translator_standard_message.json', 'r') as f:
res = json.load(f)
view = GammaViewer(props={"data":res})
display(view)
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
gamma_viewer-0.1.0.tar.gz
(4.4 MB
view details)
Built Distribution
File details
Details for the file gamma_viewer-0.1.0.tar.gz
.
File metadata
- Download URL: gamma_viewer-0.1.0.tar.gz
- Upload date:
- Size: 4.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32a6ec42efaf3faa340c08ed611f767849c50a516f8452d1073d9e508da00122 |
|
MD5 | 0d23ed3099545d8602e5f9f928e9bff7 |
|
BLAKE2b-256 | 622194ceb77ed03ac3b99089e34847385861e050296a18ad9e5369ef3f2f250d |
File details
Details for the file gamma_viewer-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: gamma_viewer-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.8 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d62743b8e8314120f8aa8baca4f2b9f9545bb94b1c1117fe6493f82b19cc74c |
|
MD5 | d306428c4f4456865ddb05f89321d607 |
|
BLAKE2b-256 | d435b943dc660fcf0f8124771cc4d770a599b87f4928ceaac198d5841abeb2ce |