Skip to content

Commit 41f3c5a

Browse files
authored
Update README.md
1 parent aab72c4 commit 41f3c5a

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

README.md

+3-22
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,10 @@
1414
5. Change parameter in `notebooks/01_ds_lab_project_bootstrap.ipynb` and `notebooks/02_ds_lab_infra_setup.ipynb`:
1515
- USER_NAME - set to your GitHub username
1616
6. Run both Colab notebooks.
17-
7. Go to GCP Console > Dataproc > Workbench > Open JupyterLab.
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-
```
35-
9. Fork the repo `https://github.com/biodatageeks/ds-notebooks.git`
36-
10. Clone the repo:
17+
7. Go to GCP Console > Dataproc > Workbench > Open JupyterLab
18+
8. Clone the repo:
3719
```
3820
cd
39-
USER_NAME=<your_github_username>
40-
git clone https://github.com/$USER_NAME/ds-notebooks.git
21+
git clone https://github.com/biodatageeks/ds-notebooks.git
4122
```
4223
11. Run the `/root/ds-notebooks/session_1/` notebooks (on `LocalDisk` mount, not on `GCS` mount). (Kernel: Python 3)

0 commit comments

Comments
 (0)