Skip to content

Commit

Permalink
Support jupyterlab 3 (jupyrdf#96)
Browse files Browse the repository at this point in the history
* update pins (incl. ipycytoscape)
  • Loading branch information
zwelz3 authored Feb 12, 2021
1 parent 2d7a992 commit acc62e1
Show file tree
Hide file tree
Showing 10 changed files with 769 additions and 821 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ __pycache__/
build/
dist/
envs/
_scripts/local/
examples/**/*.html
lib/
node_modules/
Expand Down
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Notebook Classic.

For JupyterLab support, ensure you have the following installed:

- `jupyterlab >=1`
- `jupyterlab >=3`
- `nodejs >=10`

## JupyterLab compatibility
Expand All @@ -42,8 +42,6 @@ some researched combinations that should work.

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

## Install
Expand All @@ -60,14 +58,6 @@ conda install -c conda-forge ipyradiant
pip install ipyradiant
```

### JupyterLab Extensions

Install the lab extensions that `ipyradiant` depends on.

```bash
jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-cytoscape @pyviz/jupyterlab_pyviz qgrid2
```

> For additional information, see [CONTRIBUTING.md][contributing]
## Open Source
Expand Down
1 change: 0 additions & 1 deletion _scripts/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
PACKAGE = ROOT / "package.json"
YARN_INTEGRITY = NODE_MODULES / ".yarn-integrity"
YARN_LOCK = ROOT / "yarn.lock"
EXTENSIONS = ROOT / "labextensions.txt"
CI = ROOT / ".github"
DODO = ROOT / "dodo.py"
BUILD = ROOT / "build"
Expand Down
Loading

0 comments on commit acc62e1

Please sign in to comment.