Metadata-Version: 2.1
Name: cywidget
Version: 1.1.0
Summary: A user-friend widget for Jupyter that accepts a Cytoscape file and visualizes the network
Home-page: https://github.com/g2nb/cywidget
Author: Thorin Tabor
Author-email: tmtabor@cloud.ucsd.edu
License: BSD-3-Clause
Keywords: cytoscape,bioinformatics,genomics,visualization,Jupyter,JupyterLab,JupyterLab3
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: Jupyter
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: jupyterlab (>=3.0)
Requires-Dist: ipywidgets (>=7.0.0)

# cywidget
cywidget is user-friend widget for [JupyterLab](http://jupyter.org/) that accepts a Cytoscape file and visualizes the network

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
```
