From 44b81f6c0684e58f3df39f159c96c47fc46bbb5d Mon Sep 17 00:00:00 2001 From: Sean Greaves <23040351+ribenamaplesyrup@users.noreply.github.com> Date: Wed, 10 Jan 2024 09:39:43 +0000 Subject: [PATCH] Update 001_getting_started.ipynb Corrected file path --- notebooks/001_getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/001_getting_started.ipynb b/notebooks/001_getting_started.ipynb index 22ba7a7..9b10dcd 100644 --- a/notebooks/001_getting_started.ipynb +++ b/notebooks/001_getting_started.ipynb @@ -540,7 +540,7 @@ "metadata": {}, "outputs": [], "source": [ - "network = base.Network(file='kingdom_of_sweets_network.json')" + "network = base.Network(file='../assets/networks/kingdom_of_sweets_network.json')" ] } ],