Skip to content

Commit

Permalink
Update readme with binder
Browse files Browse the repository at this point in the history
  • Loading branch information
Giancarlo Perrone committed Apr 11, 2019
1 parent b808390 commit 2c13d3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ g.add_node(0)
g.add_node(1)
g.add_edge(0, 1)
g.show("basic.html")
```
```

## Interactive Notebook playground with examples
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/WestHealth/pyvis/master?filepath=notebooks%2Fexample.ipynb)

0 comments on commit 2c13d3f

Please sign in to comment.