@@ -4,7 +4,7 @@ title: yFiles Jupyter Graphs for Ladybug
44
55import { Tabs , TabItem } from ' @astrojs/starlight/components' ;
66
7- [ yFiles Jupyter Graphs for Ladybug] ( https://github.com/yWorks/yfiles-jupyter-graphs-for-lbug ) is an
7+ [ yFiles Jupyter Graphs for Ladybug] ( https://github.com/yWorks/yfiles-jupyter-graphs-for-kuzu ) is an
88open source Jupyter notebook widget that allows you to visualize Ladybug graphs from inside your Jupyter notebooks.
99It leverages the larger * yFiles Jupyter Graphs* ecosystem from [ yWorks] ( https://www.yworks.com/products/yfiles-graphs-for-jupyter ) .
1010
@@ -25,15 +25,15 @@ The yFiles Jupyter Graphs widget can be installed using `uv` or `pip`:
2525``` bash
2626# Install lbug as a pre-requisite
2727uv init
28- uv add real_ladybug yfiles-jupyter-graphs-for-lbug
28+ uv add real_ladybug yfiles-jupyter-graphs-for-kuzu
2929```
3030
3131</TabItem >
3232<TabItem label = " pip" >
3333
3434``` bash
3535# Install lbug as a pre-requisite
36- pip install real_ladybug yfiles-jupyter-graphs-for-lbug
36+ pip install real_ladybug yfiles-jupyter-graphs-for-kuzu
3737```
3838
3939</TabItem >
@@ -47,7 +47,7 @@ Each person has a `name` and an `alias`, which is the name they are best known b
4747
4848``` py
4949import real_ladybug as lb
50- from yfiles_jupyter_graphs_for_lbug import LadybugGraphWidget
50+ from yfiles_jupyter_graphs_for_kuzu import LadybugGraphWidget
5151# Open a new in-memory database
5252db = lb.Database(" :memory:" )
5353conn = lb.Connection(db)
@@ -167,6 +167,6 @@ g2.show_cypher("MATCH (a:Person)-[r:MENTORED*1..3]->(b:Person {name: 'Christian
167167
168168## More examples
169169
170- Visit the yFiles Jupyter Graphs for Ladybug [ GitHub page] ( https://github.com/yWorks/yfiles-jupyter-graphs-for-lbug )
170+ Visit the yFiles Jupyter Graphs for Ladybug [ GitHub page] ( https://github.com/yWorks/yfiles-jupyter-graphs-for-kuzu )
171171to see an example notebook with more examples.
172172
0 commit comments