From f6d2141a480dd6b5b8ee0e48d43bb64773232791 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 26 Mar 2024 23:38:14 -0600 Subject: add header ids --- ...-01-15-Setting-up-Kaggle-to-use-with-Colab.html | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html') diff --git a/docs/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html b/docs/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html index 73c8b35..00a4ed0 100644 --- a/docs/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html +++ b/docs/posts/2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html @@ -6,13 +6,13 @@ - Setting up Kaggle to use with Google Colab + id="setting-up-kaggle-to-use-with-google-colab">Setting up Kaggle to use with Google Colab - - + Setting up Kaggle to use with Google Colab" /> + Setting up Kaggle to use with Google Colab" /> @@ -44,33 +44,33 @@
-

Setting up Kaggle to use with Google Colab

+

Setting up Kaggle to use with Google Colab

In order to be able to access Kaggle Datasets, you will need to have an account on Kaggle (which is Free)

-

Grabbing Our Tokens

+

Grabbing Our Tokens

-

Go to Kaggle

+

Go to Kaggle

"Homepage"

-

Click on your User Profile and Click on My Account

+

Click on your User Profile and Click on My Account

"Account"

-

Scroll Down until you see Create New API Token

+

Scroll Down until you see Create New API Token

-

This will download your token as a JSON file

+

This will download your token as a JSON file

Copy the File to the root folder of your Google Drive

-

Setting up Colab

+

Setting up Colab

-

Mounting Google Drive

+

Mounting Google Drive

import os
@@ -81,7 +81,7 @@
 
 

After this click on the URL in the output section, login and then paste the Auth Code

-

Configuring Kaggle

+

Configuring Kaggle

os.environ['KAGGLE_CONFIG_DIR'] = "/content/drive/My Drive/"
-- 
cgit v1.2.3