An experimental fork of jupyterlab_graphviz
A JupyterLab extension for interactively viewing Graphviz data files, powered by viz.js.
Right-click on a supported file in the Files sidebar and choose Open with... ▶ dot.
The following DOT language file extensions are supported with live preview and syntax highlighting:
.gv
.dot
.neato
The following MIME type can also be rendered inline in Notebooks and Consoles:
text/vnd.graphviz
Check out some MIME examples in the [Cookbook](./samples/Graphviz Rich Display Cookbook.ipynb).
File-based and inline diagrams can be panned by clicking and dragging. Use a
mouse wheel, double click or the Zoom slider. Shift
and double click zooms out.
Diagrams are rendered directly as SVG elements, so normal browser search can find text.
- JupyterLab 0.35
- NodeJS LTS ≥ 6
For example, via
conda
:
conda install -c conda-forge jupyterlab=0.35 nodejs=8
jupyter labextension install @deathbeds/jupyterlab_graphviz