From 365ba2a939454ecd54256c39d26786dba662c6fa Mon Sep 17 00:00:00 2001 From: Nicole Parks Date: Fri, 15 Oct 2021 15:38:48 +0200 Subject: [PATCH] added plotly example source --- Notebook/the-promise-to-partner-Workshop_python.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notebook/the-promise-to-partner-Workshop_python.ipynb b/Notebook/the-promise-to-partner-Workshop_python.ipynb index 4607e2c..fc1186a 100644 --- a/Notebook/the-promise-to-partner-Workshop_python.ipynb +++ b/Notebook/the-promise-to-partner-Workshop_python.ipynb @@ -428,7 +428,7 @@ "source": [ "## Second Plot - Plotly\n", "\n", - "This is a little more complicated, but it does give a cleaner and interactive graph. It uses the edges and nodes defind in the networkx object `G` above." + "This is a little more complicated, but it does give a cleaner and interactive graph. It uses the edges and nodes defind in the networkx object `G` above. The below code relies heavily on [this example]()." ], "cell_type": "markdown", "metadata": {}