Skip to content

Commit

Permalink
Merge pull request #11 from shreyashguptas/implementing-binder-and-co…
Browse files Browse the repository at this point in the history
…llab-buttons

Updating config to get Google Collab working
  • Loading branch information
shreyashguptas authored Nov 16, 2024
2 parents 431a43d + a85238c commit e227095
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ logo: images/course-logo.svg
execute:
execute_notebooks: off

# Launch button settings - simplified configuration
# Launch button settings
launch_buttons:
notebook_interface: "classic"
colab_url: "https://colab.research.google.com"
Expand Down
9 changes: 8 additions & 1 deletion chapters/Chapter x - Introduction to Deep Learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://colab.research.google.com/github/shreyashguptas/Machine-Learning-for-Dummies/blob/main/chapters/Chapter%20x%20-%20Introduction%20to%20Deep%20Learning.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"

"# To run the notebook, click the button below:\n",
"# <div align=\"center\">\n",
"# <a href=\"https://colab.research.google.com/github/shreyashguptas/Machine-Learning-for-Dummies/blob/main/chapters/Chapter%20x%20-%20Introduction%20to%20Deep%20Learning.ipynb\" target=\"_parent\">\n",
"# <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Google Colab\" style=\"width: 200px; padding: 20px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.1);\"/>\n",
"# </a>\n",
"# </div>"

]
},
{
Expand Down

0 comments on commit e227095

Please sign in to comment.