@deathbeds/jupyterlab_graphviz
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

@deatbeds/jupyterlab_graphviz

An experimental fork of jupyterlab_graphviz

A JupyterLab extension for interactively viewing Graphviz data files, powered by viz.js.

Screenshot

Editing and viewing DOT language files

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

Inline rendering

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).

Pan and zoom

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.

Text Search in Diagrams

Diagrams are rendered directly as SVG elements, so normal browser search can find text.

Installation

Prerequisites

For example, via conda:

conda install -c conda-forge jupyterlab=0.35 nodejs=8
jupyter labextension install @deathbeds/jupyterlab_graphviz

/@deathbeds/jupyterlab_graphviz/

    Package Sidebar

    Install

    npm i @deathbeds/jupyterlab_graphviz

    Weekly Downloads

    7

    Version

    0.2.0

    License

    BSD-3-Clause

    Unpacked Size

    36.1 kB

    Total Files

    40

    Last publish

    Collaborators

    • bollwyvl