Skip to content

Commit

Permalink
added plotly example source
Browse files Browse the repository at this point in the history
  • Loading branch information
nap84 committed Oct 15, 2021
1 parent 84c7ee7 commit 365ba2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Notebook/the-promise-to-partner-Workshop_python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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](<https://plotly.com/python/network-graphs/>)."
],
"cell_type": "markdown",
"metadata": {}
Expand Down

0 comments on commit 365ba2a

Please sign in to comment.