跳转到主要内容

用于Jupyter笔记本的交互式翻译器UI,使用React。

项目描述

Gamma Viewer


Jupyter Notebook的javascript扩展,用于在分析UI中查看翻译器标准消息。

安装

    pip install gamma_viewer
    jupyter nbextension enable --py gamma_viewer

用法

    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)

项目详情


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解安装包的更多信息。

源分布

gamma_viewer-0.2.1.tar.gz (4.4 MB 查看哈希值)

上传时间:

构建分布

gamma_viewer-0.2.1-py2.py3-none-any.whl (8.8 MB 查看哈希值)

上传于 Python 2 Python 3

由...