📓
JupyterLab(Notebook) から gcloud auth login する
- JupyterLab の terminal から
gcloud auth login(gcloud auth application-default login)
を実行 -
Enter the output of the above command
の状態で JupyterLab は一旦待機 - JupyterLab の terminal で
gcloud auth login --remote-bootstrap
から始まるコマンドを入力するように言われているが、それを local machine(お手持ちの Mac や Windows) の terminal で入力する - ブラウザが開くので、認証する
- 認証終了後 local machine の terminal に
https://localhost
で始まる文字列が出力される - JupyterLab の terminal の
Enter the output of the above command
に上の文字列を入力 - 認証完了
Discussion