Skip to content

Commit

Permalink
clarify url to reach server
Browse files Browse the repository at this point in the history
this may sound stupid but to novices who start testing it just with
a jupyter notebook server it was not clear how to use it.
  • Loading branch information
ltalirz committed Oct 10, 2018
1 parent 029fbe2 commit a834beb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ A user starts a web service via `New > Terminal`:
echo "hello world" > index.html
python -m http.server 8001
```
The service is proxied off of `/proxy/` at https://address.of.notebook.server/user/theuser/proxy/8001.
The service is proxied off to `/proxy/` and can be reached at
* https://address.of.notebook.server/user/theuser/proxy/8001 when running inside a JupyterHub
* http://localhost:8888/proxy/8001 when running locally

## Installation
nbserverproxy requires python3.
Expand Down

0 comments on commit a834beb

Please sign in to comment.