From d75527f7eecc4e2fcdd18ab157412506717c8adb Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 7 Nov 2022 23:36:11 -0700 Subject: add blog post --- .../2020-01-15-Setting-up-Kaggle-to-use-with-Colab.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 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 9a7faef..d1c88d4 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 @@ -69,17 +69,21 @@

Mounting Google Drive

-
import os
+
+
import os
 from google.colab import drive
 drive.mount('/content/drive')
-
+
+

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

Configuring Kaggle

-
os.environ['KAGGLE_CONFIG_DIR'] = "/content/drive/My Drive/"
-
+
+
os.environ['KAGGLE_CONFIG_DIR'] = "/content/drive/My Drive/"
+
+

Voila! You can now download Kaggle datasets

-- cgit v1.2.3