Skip to content

Commit e6c3a23

Browse files
committed
Corrections in README.md file.
1 parent 5f0bd21 commit e6c3a23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bash setup_server.sh THE-IP-ADDRESS
3636
The setup might take a while. The last step in the setup fires up a **Jupyter Notebook** server on the **port 8888**. You can access it in the browser under
3737

3838
```
39-
THE-IP-ADDRESS:8888
39+
http://THE-IP-ADDRESS:8888
4040
```
4141

4242
You can now click on the example notebooks and play around.
@@ -58,7 +58,7 @@ python stock_interactive.py &
5858
The app should now be reachable under
5959

6060
```
61-
http://THE-IP-ADDRESS:777
61+
http://THE-IP-ADDRESS:7777
6262
```
6363

6464
## Security

0 commit comments

Comments
 (0)