Getting started
Requirements
- python >= 3.6
- jupyter notebook or lab
- ipywidgets >= 7.6.0
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()