Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ Additionally, for pointer-generator networks such as that described in [this pap
## To run

To run the visualizer, run
for python 2.7
```
python -m SimpleHTTPServer
```
for python 3.5
```
python -m http.server
```

from this directory then navigate to `http://localhost:8000/` in browser. The visualizer will show some example data.

## To use your own data
Expand Down