Skip to content

Commit a62c4bb

Browse files
committed
add figure
1 parent 2771673 commit a62c4bb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

examples/demo/KG_construction.ipynb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# System\n",
8+
"![title](raw_data/system_scheme.png)"
9+
]
10+
},
311
{
412
"cell_type": "markdown",
513
"metadata": {},
@@ -26,7 +34,7 @@
2634
"from dackar.knowledge_graph.graph_utils import set_neo4j_import_folder\n",
2735
"\n",
2836
"#MATCH (n) DETACH DELETE n\n",
29-
"#MATCH (n) RETURN n\n"
37+
"#MATCH (n) RETURN n"
3038
]
3139
},
3240
{
342 KB
Loading

0 commit comments

Comments
 (0)