0.1.0 • Published 6 years ago

@iau/cy-jupyterlab v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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