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.2.0.tar.gz
(4.4 MB
view details)
Built Distribution
File details
Details for the file gamma_viewer-0.2.0.tar.gz
.
File metadata
- Download URL: gamma_viewer-0.2.0.tar.gz
- Upload date:
- Size: 4.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.7.0 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2010e95dac8eff8b421eea1473c74a58eaa13e3d6b8ee1c76b3705afbea3c85 |
|
MD5 | 23bd0ff8b173b00c744c52c065dab2fe |
|
BLAKE2b-256 | def932042c0e046f2451622ff0ff388092df7a662d1a9af3739b318d94ce24e3 |
File details
Details for the file gamma_viewer-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: gamma_viewer-0.2.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.7.0 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a629cd61432cac8d762609148c0b5dc4ade160b98cc7797c0b3181c24979f545 |
|
MD5 | 8e670bf742e87928d5a6ae58fb1f9b7f |
|
BLAKE2b-256 | 11689766105c4bae16e5ab377ae39665e09e422f272606a4fa52136e6eea89dd |