Skip to content

Commit ad765dd

Browse files
committed
Release 0.2.0
1 parent 078c4da commit ad765dd

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# jupyterlab-plugin-graph
22

3-
![Github Actions Status](https://github.com/jtpio/jupyterlab-plugin-graph/workflows/Build/badge.svg)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jtpio/jupyterlab-plugin-graph/main?urlpath=lab)
3+
![Github Actions Status](https://github.com/jtpio/jupyterlab-plugin-graph/workflows/Build/badge.svg)
4+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jtpio/jupyterlab-plugin-graph/main?urlpath=lab)
45

56
JupyterLab extension to show an interactive dependency graph of all the installed plugins.
67

binder/environment.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: jupyterlab-plugin-graph-demo
22
channels:
3+
- conda-forge/label/jupyterlab_rc
4+
- conda-forge/label/jupyterlab_server_rc
35
- conda-forge
46
dependencies:
5-
- python
6-
- jupyterlab=2
7+
- jupyterlab=3
78
- nodejs
9+
- pip
10+
- python
11+
- pip:
12+
- jupyterlab-plugin-graph

binder/postBuild

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-plugin-graph",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "JupyterLab extension to show an interactive dependency graph of the installed plugins",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)