From 89d3444fd057705ab602cbbf8adf93d2c21165cd Mon Sep 17 00:00:00 2001 From: Shreyash Gupta Date: Sat, 16 Nov 2024 14:46:37 -0600 Subject: [PATCH 1/2] Adding Google Colab button for all notebooks --- _config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_config.yml b/_config.yml index 93e135e..764f94a 100644 --- a/_config.yml +++ b/_config.yml @@ -8,6 +8,11 @@ logo: images/course-logo.svg execute: execute_notebooks: off +# Add launch buttons configuration +launch_buttons: + notebook_interface: "classic" + colab_url: "https://colab.research.google.com" + # Define the build settings html: use_issues_button: true From c058d4d4b2a75a40210f75c9d2af6daa8cc6ce5b Mon Sep 17 00:00:00 2001 From: Shreyash Gupta Date: Sat, 16 Nov 2024 14:57:18 -0600 Subject: [PATCH 2/2] Added Collab button in the deep learning notebook --- _config.yml | 2 +- chapters/Chapter x - Introduction to Deep Learning.ipynb | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 764f94a..62f1707 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ logo: images/course-logo.svg execute: execute_notebooks: off -# Add launch buttons configuration +# Launch button settings - simplified configuration launch_buttons: notebook_interface: "classic" colab_url: "https://colab.research.google.com" diff --git a/chapters/Chapter x - Introduction to Deep Learning.ipynb b/chapters/Chapter x - Introduction to Deep Learning.ipynb index 1e364d8..bda5509 100644 --- a/chapters/Chapter x - Introduction to Deep Learning.ipynb +++ b/chapters/Chapter x - Introduction to Deep Learning.ipynb @@ -1,5 +1,12 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "\"Open" + ] + }, { "cell_type": "markdown", "metadata": {},