Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyzt authored Mar 23, 2024
1 parent 2dbb6fb commit 12b14dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ We recommend using SSH?

### Importing credentials

On the Terminal, write
On the Terminal, run the following line to create a blank file.
```bash
nano credentials.csv
```
Expand Down Expand Up @@ -129,5 +129,6 @@ docker run -it \
--security-opt apparmor:unconfined \
docker-aws-jupyter
```
5. Locate the line beginning with `localhost:` in the output, and open the address in your browser.
5. Locate the line beginning with `http://127.0.0.1:8888/lab?token=...` in the output, and open the address in your browser.
(If you are running a cloud instance, replace `127.0.0.1` with the public IP address of your cloud server.)

0 comments on commit 12b14dd

Please sign in to comment.