Skip to content

Commit

Permalink
Basic Cytoscape Viewing Widget (jupyrdf#91)
Browse files Browse the repository at this point in the history
Introduce a more generic cytoscape viewer that handles the conversion from RDF to Networkx (with collapsing). 

Co-authored-by: Welz, Zach <[email protected]>
  • Loading branch information
lnijhawan and zwelz3 authored Mar 2, 2021
1 parent acc62e1 commit 51adb39
Show file tree
Hide file tree
Showing 17 changed files with 1,334 additions and 763 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ them.
The release of JupyterLab 3 has made some version compatibility unpredictable. Below are
some researched combinations that should work.

| `jupyterlab` | `ipycytoscape` | `pyviz_comms` | `pip install` |
| ------------ | ---------------- | ------------- | ------------------ |
| `>=3,<4` | `>=1.1.0` | `>=1.0.3` | `ipyradiant[lab3]` |
| `jupyterlab` | `ipycytoscape` | `pyviz_comms` | `pip install` |
| ------------ | -------------- | ------------- | ------------------ |
| `>=3,<4` | `>=1.1.0` | `>=1.0.3` | `ipyradiant[lab3]` |

## Install

Expand Down
Loading

0 comments on commit 51adb39

Please sign in to comment.