From c80f8aa0b4f33aba3f7c00ca4adbdd523900207b Mon Sep 17 00:00:00 2001 From: Kevin Mader Date: Tue, 27 Feb 2018 14:49:32 +0100 Subject: [PATCH 1/2] adding binder-badge, adding install for drawio --- README.md | 2 ++ binder/postBuild | 1 + 2 files changed, 3 insertions(+) create mode 100755 binder/postBuild diff --git a/README.md b/README.md index 76fd867..47f765f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # jupyterlab-drawio +[![Binder with JupyterLab](https://img.shields.io/badge/launch-jupyterlab-red.svg)](http://mybinder.org/v2/gh/kmader/jupyterlab-drawio/master?urlpath=lab) + A JupyterLab extension for standalone integration of drawio / mxgraph into jupyterlab. diff --git a/binder/postBuild b/binder/postBuild new file mode 100755 index 0000000..deb296c --- /dev/null +++ b/binder/postBuild @@ -0,0 +1 @@ +jupyter labextension install jupyterlab-drawio From 1691ec115efcd070711bf3609b20f6dcdd7111df Mon Sep 17 00:00:00 2001 From: Kevin Mader Date: Tue, 27 Feb 2018 14:58:27 +0100 Subject: [PATCH 2/2] adding binder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47f765f..9a6d26c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # jupyterlab-drawio -[![Binder with JupyterLab](https://img.shields.io/badge/launch-jupyterlab-red.svg)](http://mybinder.org/v2/gh/kmader/jupyterlab-drawio/master?urlpath=lab) +[![Binder with JupyterLab](https://img.shields.io/badge/launch-jupyterlab_on_binder-red.svg)](http://mybinder.org/v2/gh/kmader/jupyterlab-drawio/master?urlpath=lab) A JupyterLab extension for standalone integration of drawio / mxgraph into jupyterlab.