cywidget


Namecywidget JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/g2nb/cywidget
SummaryA user-friend widget for Jupyter that accepts a Cytoscape file and visualizes the network
upload_time2022-12-13 16:41:38
maintainer
docs_urlNone
authorThorin Tabor
requires_python>=3.7
licenseBSD-3-Clause
keywords cytoscape bioinformatics genomics visualization jupyter jupyterlab jupyterlab3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cywidget
cywidget is user-friend widget for [JupyterLab](http://jupyter.org/) that accepts a Cytoscape file and visualizes the network

igv-jupyter is tool for [JupyterLab](http://jupyter.org/) which wraps [igv.js](https://github.com/igvteam/igv.js) and
integrates with [g2nb](https://github.com/g2nb/g2nb). With this tool you can render igv.js in a cell and call its API
from a user-friendly web form in the notebook. Track data can be loaded from local or remote URLs, or supplied directly.

For programmatic access to Cytoscape in a Jupyter notebook, see [cy-jupyterlab](https://github.com/idekerlab/cy-jupyterlab).

## Installation

Requirements:

* python >= 3.7
* jupyterlab >= 3.0
* cy-jupyterlab

```bash
pip install cywidget
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/g2nb/cywidget",
    "name": "cywidget",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "cytoscape,bioinformatics,genomics,visualization,Jupyter,JupyterLab,JupyterLab3",
    "author": "Thorin Tabor",
    "author_email": "tmtabor@cloud.ucsd.edu",
    "download_url": "https://files.pythonhosted.org/packages/9c/99/351ff75c43bf33d9fd49011e7ccafd5286d9e74356f1c48440f2374d8aab/cywidget-1.0.0.tar.gz",
    "platform": "Linux",
    "description": "# cywidget\ncywidget is user-friend widget for [JupyterLab](http://jupyter.org/) that accepts a Cytoscape file and visualizes the network\n\nigv-jupyter is tool for [JupyterLab](http://jupyter.org/) which wraps [igv.js](https://github.com/igvteam/igv.js) and\nintegrates with [g2nb](https://github.com/g2nb/g2nb). With this tool you can render igv.js in a cell and call its API\nfrom a user-friendly web form in the notebook. Track data can be loaded from local or remote URLs, or supplied directly.\n\nFor programmatic access to Cytoscape in a Jupyter notebook, see [cy-jupyterlab](https://github.com/idekerlab/cy-jupyterlab).\n\n## Installation\n\nRequirements:\n\n* python >= 3.7\n* jupyterlab >= 3.0\n* cy-jupyterlab\n\n```bash\npip install cywidget\n```\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A user-friend widget for Jupyter that accepts a Cytoscape file and visualizes the network",
    "version": "1.0.0",
    "split_keywords": [
        "cytoscape",
        "bioinformatics",
        "genomics",
        "visualization",
        "jupyter",
        "jupyterlab",
        "jupyterlab3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "4721e1483a95693644b5694fb12c1907",
                "sha256": "8bcbb82c9f9f6b77be393a4ce08818db24adc57d95d55dde53ebb8d5df3d4d57"
            },
            "downloads": -1,
            "filename": "cywidget-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4721e1483a95693644b5694fb12c1907",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3523,
            "upload_time": "2022-12-13T16:41:36",
            "upload_time_iso_8601": "2022-12-13T16:41:36.659913Z",
            "url": "https://files.pythonhosted.org/packages/0f/d7/62f66c963e8375de7e0849b7a935d1a38f162db8dd0a8ea5de4bfc9778ba/cywidget-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "516d6cff80033e2333cd91ecaac83406",
                "sha256": "3ce9d0326876bfae1b3eb84e0ca55a38304389824999356e23b435800363bdfd"
            },
            "downloads": -1,
            "filename": "cywidget-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "516d6cff80033e2333cd91ecaac83406",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3345,
            "upload_time": "2022-12-13T16:41:38",
            "upload_time_iso_8601": "2022-12-13T16:41:38.787419Z",
            "url": "https://files.pythonhosted.org/packages/9c/99/351ff75c43bf33d9fd49011e7ccafd5286d9e74356f1c48440f2374d8aab/cywidget-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-13 16:41:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "g2nb",
    "github_project": "cywidget",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cywidget"
}
        
Elapsed time: 0.01944s