@iau/cy-jupyterlab
v0.1.0
Published
A JupyterLab extension for rendering cx files.
Downloads
5
Maintainers
Readme
cy-jupyterlab
Jupyter lab widget for rendering praphs (network:.cx, .json) using cytoscape.js.
Prerequisites
- JupyterLab
Installation
(still cannot.)
jupyter labextension install cy-jupyterlab
Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
npm run build
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build