Skip to content

Commit 75cfa69

Browse files
authored
Fix Colab Links (#4)
* Update 03_building_airbnb_scrape.ipynb * Update 04_monte_carlo_bday_assignment.ipynb * Update 02_dictionaries.ipynb * Update 01_list_comprehension.ipynb * Update 01_numpy.ipynb * Update 02_monte_carlo_birthday_simulation.ipynb
1 parent 5401c68 commit 75cfa69

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

day_04/01_numpy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"colab_type": "text"
2222
},
2323
"source": [
24-
"<a href=\"https://colab.research.google.com/github/gumdropsteve/intro_to_python/blob/day_04/01_numpy_linear_algebra.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
24+
"<a href=\"https://colab.research.google.com/github/gumdropsteve/intro_to_python/blob/main/day_04/01_numpy_linear_algebra.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
2525
]
2626
},
2727
{

day_04/02_monte_carlo_birthday_simulation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"colab_type": "text"
3434
},
3535
"source": [
36-
"<a href=\"https://colab.research.google.com/github/gumdropsteve/intro_to_python/blob/day_04/day_04/02_monte_carlo_birthday_simulation.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
36+
"<a href=\"https://colab.research.google.com/github/gumdropsteve/intro_to_python/blob/main/day_04/02_monte_carlo_birthday_simulation.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
3737
]
3838
},
3939
{
@@ -357,4 +357,4 @@
357357
]
358358
}
359359
]
360-
}
360+
}

day_05/01_list_comprehension.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"colab_type": "text"
2323
},
2424
"source": [
25-
"<a href=\"https://colab.research.google.com/github/gumdropsteve/intro_to_python/blob/day_05/day_05/01_list_comprehension.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
25+
"<a href=\"https://colab.research.google.com/github/gumdropsteve/intro_to_python/blob/main/day_05/01_list_comprehension.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
2626
]
2727
},
2828
{
@@ -868,4 +868,4 @@
868868
]
869869
}
870870
]
871-
}
871+
}

day_05/02_dictionaries.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"colab_type": "text"
2222
},
2323
"source": [
24-
"<a href=\"https://colab.research.google.com/github/gumdropsteve/intro_to_python/blob/day_05/02_dictionaries.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
24+
"<a href=\"https://colab.research.google.com/github/gumdropsteve/intro_to_python/blob/main/day_05/02_dictionaries.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
2525
]
2626
},
2727
{

day_05/03_building_airbnb_scrape.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"colab_type": "text"
2222
},
2323
"source": [
24-
"<a href=\"https://colab.research.google.com/github/gumdropsteve/intro_to_python/blob/day_05/day_05/03_building_airbnb_scrape.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
24+
"<a href=\"https://colab.research.google.com/github/gumdropsteve/intro_to_python/blob/main/day_05/03_building_airbnb_scrape.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
2525
]
2626
},
2727
{
@@ -372,4 +372,4 @@
372372
]
373373
}
374374
]
375-
}
375+
}

day_05/04_monte_carlo_bday_assignment.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"colab_type": "text"
2121
},
2222
"source": [
23-
"<a href=\"https://colab.research.google.com/github/gumdropsteve/intro_to_python/blob/day_05/day_05/04_monte_carlo_bday_assignment.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
23+
"<a href=\"https://colab.research.google.com/github/gumdropsteve/intro_to_python/blob/main/day_05/04_monte_carlo_bday_assignment.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
2424
]
2525
},
2626
{
@@ -85,4 +85,4 @@
8585
"outputs": []
8686
}
8787
]
88-
}
88+
}

0 commit comments

Comments
 (0)