Skip to content

Commit dc129d4

Browse files
committed
Fix url to yfiles
1 parent d38f269 commit dc129d4

File tree

1 file changed

+5
-5
lines changed
  • src/content/docs/visualization/third-party-integrations

1 file changed

+5
-5
lines changed

src/content/docs/visualization/third-party-integrations/yfiles.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: yFiles Jupyter Graphs for Ladybug
44

55
import { 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
88
open source Jupyter notebook widget that allows you to visualize Ladybug graphs from inside your Jupyter notebooks.
99
It 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
2727
uv 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
4949
import 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
5252
db = lb.Database(":memory:")
5353
conn = 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)
171171
to see an example notebook with more examples.
172172

0 commit comments

Comments
 (0)