Getting started

Requirements

Installation

Install the prebuilt extension from the Python Package Index.

pip install yfiles_jupyter_graphs

Usage

"""Execute in jupyter notebook or jupyter lab"""
from yfiles_jupyter_graphs import GraphWidget
# shows empty widget
GraphWidget()