evince


Nameevince JSON
Version 0.57.0 PyPI version JSON
download
home_pagehttps://audunsh.github.io/evince
SummaryA visualization framework for the Hylleraas Software Platform
upload_time2023-05-08 08:34:14
maintainer
docs_urlNone
authorAudun Skau Hansen
requires_python>=3.7
licenseBSD 3-Clause License
keywords ipython widgets jupyter jupyterlab jupyterlab3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # evince

A visualization framework for the Hylleraas Software Platform

## Installation

To install use pip:

    $ pip install evince

For a development installation (requires [Node.js](https://nodejs.org) and [Yarn version 1](https://classic.yarnpkg.com/)),

    $ git clone https://github.com//evince.git
    $ cd evince
    $ pip install -e .
    $ jupyter nbextension install --py --symlink --overwrite --sys-prefix evince
    $ jupyter nbextension enable --py --sys-prefix evince

When actively developing your extension for JupyterLab, run the command:

    $ jupyter labextension develop --overwrite evince

Then you need to rebuild the JS when you make a code change:

    $ cd js
    $ yarn run build

You then need to refresh the JupyterLab page when your javascript changes.

            

Raw data

            {
    "_id": null,
    "home_page": "https://audunsh.github.io/evince",
    "name": "evince",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "ipython,widgets,Jupyter,JupyterLab,JupyterLab3",
    "author": "Audun Skau Hansen",
    "author_email": "audunsh4@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# evince\n\nA visualization framework for the Hylleraas Software Platform\n\n## Installation\n\nTo install use pip:\n\n    $ pip install evince\n\nFor a development installation (requires [Node.js](https://nodejs.org) and [Yarn version 1](https://classic.yarnpkg.com/)),\n\n    $ git clone https://github.com//evince.git\n    $ cd evince\n    $ pip install -e .\n    $ jupyter nbextension install --py --symlink --overwrite --sys-prefix evince\n    $ jupyter nbextension enable --py --sys-prefix evince\n\nWhen actively developing your extension for JupyterLab, run the command:\n\n    $ jupyter labextension develop --overwrite evince\n\nThen you need to rebuild the JS when you make a code change:\n\n    $ cd js\n    $ yarn run build\n\nYou then need to refresh the JupyterLab page when your javascript changes.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "A visualization framework for the Hylleraas Software Platform",
    "version": "0.57.0",
    "project_urls": {
        "Homepage": "https://audunsh.github.io/evince"
    },
    "split_keywords": [
        "ipython",
        "widgets",
        "jupyter",
        "jupyterlab",
        "jupyterlab3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "041f08c5363509839a0155ef66c7778f59eb8ed690bed065585a782ac78ca90b",
                "md5": "6fd8b9c6b40e0eac86a3b6c11e014efd",
                "sha256": "151ddfa61ade887db20525c1a263ff00ffa8c88a4780f626220fb40efa62c8ac"
            },
            "downloads": -1,
            "filename": "evince-0.57.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6fd8b9c6b40e0eac86a3b6c11e014efd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1203934,
            "upload_time": "2023-05-08T08:34:14",
            "upload_time_iso_8601": "2023-05-08T08:34:14.301462Z",
            "url": "https://files.pythonhosted.org/packages/04/1f/08c5363509839a0155ef66c7778f59eb8ed690bed065585a782ac78ca90b/evince-0.57.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-08 08:34:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "evince"
}
        
Elapsed time: 0.07719s