Skip to content

Commit 2cd87d3

Browse files
committed
docs(demo): expand seed success message to cover embedded + server modes
Previously the final print in 00_seed_data.ipynb only told users to reuse COORDINODE_ADDR, which is misleading for the default embedded workflow. Now lists both paths: open sibling notebooks against the same COORDINODE_EMBEDDED_PATH file, or point them at the same running server via COORDINODE_ADDR.
1 parent 10ab38d commit 2cd87d3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

demo/notebooks/00_seed_data.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,9 @@
455455
" print(f\" \u2192 {r['dependency']}\")\n",
456456
"\n",
457457
"print(\"\\n\u2713 Demo data seeded.\")\n",
458-
"print(\"To query it from notebooks 01\u201303, connect them to the same CoordiNode server (COORDINODE_ADDR).\")\n",
458+
"print(\"To query it from notebooks 01\u201303:\")\n",
459+
"print(\" - Embedded mode: open them with the same COORDINODE_EMBEDDED_PATH (default /content/coordinode-demo.db in Colab, /tmp/coordinode-demo.db locally) \u2014 they will see this seeded graph.\")\n",
460+
"print(\" - Server mode: point them at the same running CoordiNode via COORDINODE_ADDR.\")\n",
459461
"client.close()"
460462
]
461463
}

0 commit comments

Comments
 (0)