Drawio diagrams for JupyterLab. Forked with heart from QuantStack/jupyterlab-drawio.
 
 
 
 
 
 
Go to file
Wolf Vollprecht 67dde2d8f7 merge cleanup 2018-02-07 09:44:20 +01:00
scripts
src
style
testfiles
.gitignore
README.md
package-lock.json
package.json
tsconfig.json
yarn.lock

README.md

jupyterlab-drawio

A JupyterLab extension for standalone integration of drawio / mxgraph into jupyterlab.

Prerequisites

  • JupyterLab

Installation

jupyter labextension install jupyterlab-drawio

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