Skip to content

Commit aab72c4

Browse files
authored
Update README.md
1 parent f7d8f9e commit aab72c4

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

README.md

+20-6
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,28 @@
1515
- USER_NAME - set to your GitHub username
1616
6. Run both Colab notebooks.
1717
7. Go to GCP Console > Dataproc > Workbench > Open JupyterLab.
18-
8. Authenticate to GitHub using:
19-
```
20-
gh auth login
21-
```
18+
8. Authenticate to GitHub:
19+
- Open terminal in JupyterLab
20+
- Run the following commands:
21+
```
22+
apt-get update
23+
apt-get install gh
24+
gh auth login
25+
```
26+
- Select options: GitHub.com > HTTPS > Y > Login with web browser > Enter > Open webpage `https://github.com/login/device` in a new tab > Login to GitHub > Continue > Copy code from terminal > Paste code in GitHub > Authorize > Return to terminal > Enter.
27+
- You should see the following message:
28+
```
29+
✓ Authentication complete. Press Enter to continue...
30+
31+
gh config set -h github.com git_protocol https
32+
✓ Configured git protocol
33+
✓ Logged in as <your_username>
34+
```
2235
9. Fork the repo `https://github.com/biodatageeks/ds-notebooks.git`
2336
10. Clone the repo:
2437
```
25-
USER_NAME=myGitHubUsername
38+
cd
39+
USER_NAME=<your_github_username>
2640
git clone https://github.com/$USER_NAME/ds-notebooks.git
2741
```
28-
11. Run the session_1 notebooks.
42+
11. Run the `/root/ds-notebooks/session_1/` notebooks (on `LocalDisk` mount, not on `GCS` mount). (Kernel: Python 3)

0 commit comments

Comments
 (0)