Skip to content

Commit

Permalink
Merge pull request #186 from WestHealth/js-konda-gotSrc
Browse files Browse the repository at this point in the history
Update game of thrones example source
  • Loading branch information
BerserkerGaruk authored Nov 2, 2022
2 parents f4847af + 04860db commit e1ed9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvis/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ The following code block is a minimal example of the capabilities of pyvis.
# set the physics layout of the network
got_net.barnes_hut()
got_data = pd.read_csv("https://www.macalester.edu/~abeverid/data/stormofswords.csv")
got_data = pd.read_csv("../../notebooks/NetworkOfThrones.csv")
sources = got_data['Source']
targets = got_data['Target']
Expand Down

0 comments on commit e1ed9fe

Please sign in to comment.