You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-22
Original file line number
Diff line number
Diff line change
@@ -14,29 +14,10 @@
14
14
5. Change parameter in `notebooks/01_ds_lab_project_bootstrap.ipynb` and `notebooks/02_ds_lab_infra_setup.ipynb`:
15
15
- USER_NAME - set to your GitHub username
16
16
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
0 commit comments