Skip to content

Commit

Permalink
glance-py: Fix ws link and change suggested port
Browse files Browse the repository at this point in the history
Jupyter prefers 8888
  • Loading branch information
floryst committed Feb 26, 2020
1 parent 2ebca8f commit 26b9a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ $ npm run dev
In another terminal, run the server.
```
$ cd paraview-glance-py/server
$ python server.py --port 8888 --no-browser
$ python server.py --port 8181 --no-browser
```

After the python server starts up, visit
`http://localhost:9999/?wsServer=http://localhost:8888/ws` to view the webapp.
`http://localhost:9999/?wsServer=ws://localhost:8181/ws` to view the webapp.
If you get a blank screen, try clearing cache and then refreshing.


Expand Down

0 comments on commit 26b9a10

Please sign in to comment.