diff --git a/examples/viz/execution-paths.ipynb b/examples/viz/execution-paths.ipynb index f1f18bd..3499561 100644 --- a/examples/viz/execution-paths.ipynb +++ b/examples/viz/execution-paths.ipynb @@ -1411,7 +1411,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -1421,17 +1421,17 @@ " \n", " " ], "text/plain": [ - "" + "" ] }, - "execution_count": 1, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -1459,7 +1459,7 @@ "for item in data[\"execution_stream\"]:\n", " topic = item['topic']\n", " exec_id = topic.split(\"/\")[0]\n", - " if target_execution_id = exec_id:\n", + " if target_execution_id == exec_id:\n", " \n", " \n", " method = topic[topic.index(\"/\"):]\n", diff --git a/examples/viz/temp/graph-566301cc-12b6-486f-a1b9-e5f5d7c87d15.html b/examples/viz/temp/graph-566301cc-12b6-486f-a1b9-e5f5d7c87d15.html new file mode 100644 index 0000000..b97a7b7 --- /dev/null +++ b/examples/viz/temp/graph-566301cc-12b6-486f-a1b9-e5f5d7c87d15.html @@ -0,0 +1,58 @@ + + + + + + + + + + +
+ + + + + \ No newline at end of file