blue-sky
blue-sky

Reputation: 53896

How to authorize colab with Github?

When selecting option on Google colab "Save a copy on Github" I receive message :

enter image description here

From reading https://medium.com/tensorflow/colab-an-easy-way-to-learn-and-use-tensorflow-d74d1686e309 this option should be available ?

Should another an Github authorization link appear as part of above authorization popup ?

Upvotes: 0

Views: 2211

Answers (2)

Akash Goyal
Akash Goyal

Reputation: 1303

Saving notebook to github in colab is a simple two step process. Just click Save a copy in github and authorize googlecolab for git.

The first popup : enter image description here

The second popup : (only if popup-windows are blocked in your browser) enter image description here

The third popup : (click retry in second window OR it will open directly after first click) enter image description here

Authorize and proceed.

Upvotes: 3

Bob Smith
Bob Smith

Reputation: 38639

Did you block popups? The GitHub authorization window is a popup. If you're using Chrome, there will be a button in the address bar that appears to permit the auth popup.

Upvotes: 2

Related Questions