Skip to content

Instantly share code, notes, and snippets.

@cavedave
Created June 14, 2025 08:19
Show Gist options
  • Select an option

  • Save cavedave/293e2fa9c86fd70f165f32b96a77a847 to your computer and use it in GitHub Desktop.

Select an option

Save cavedave/293e2fa9c86fd70f165f32b96a77a847 to your computer and use it in GitHub Desktop.

Revisions

  1. cavedave revised this gist Jun 14, 2025. 1 changed file with 12 additions and 12 deletions.
    24 changes: 12 additions & 12 deletions july1976.ipynb
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    "metadata": {
    "colab": {
    "provenance": [],
    "authorship_tag": "ABX9TyPGj1ahHGVr48dP14Vvou2j",
    "authorship_tag": "ABX9TyNzOvFwTQvfArfzZ1bRFulK",
    "include_colab_link": true
    },
    "kernelspec": {
    @@ -54,7 +54,7 @@
    {
    "cell_type": "code",
    "source": [
    "# prompt: get data from https://www.metoffice.gov.uk/hadobs/hadcet/data/maxtemp_daily_totals.txt and save it to cetmaxdly1878on_urbadj4.dat\n",
    "# get data from https://www.metoffice.gov.uk/hadobs/hadcet/data/maxtemp_daily_totals.txt and save it\n",
    "\n",
    "!wget -O cetmaxdly1878on_urbadj4.dat https://www.metoffice.gov.uk/hadobs/hadcet/data/maxtemp_daily_totals.txt"
    ],
    @@ -65,7 +65,7 @@
    "id": "o67M8pUjG89E",
    "outputId": "802e738b-6b12-4546-89c2-630500435a4c"
    },
    "execution_count": 3,
    "execution_count": null,
    "outputs": [
    {
    "output_type": "stream",
    @@ -88,7 +88,7 @@
    },
    {
    "cell_type": "code",
    "execution_count": 3,
    "execution_count": null,
    "metadata": {
    "colab": {
    "base_uri": "https://localhost:8080/",
    @@ -172,7 +172,7 @@
    "id": "YVade3MkPujS",
    "outputId": "9a92a71d-187e-4a8f-cfdc-68d58edf7d44"
    },
    "execution_count": 7,
    "execution_count": null,
    "outputs": [
    {
    "output_type": "stream",
    @@ -202,7 +202,7 @@
    "id": "wqloSN7SPf14",
    "outputId": "443492df-a761-4b69-f68b-d077d4ab9779"
    },
    "execution_count": 20,
    "execution_count": null,
    "outputs": [
    {
    "output_type": "display_data",
    @@ -278,7 +278,7 @@
    "id": "YLj2UyY2S915",
    "outputId": "2b472546-65ae-4f7e-d72b-55a437836206"
    },
    "execution_count": 21,
    "execution_count": null,
    "outputs": [
    {
    "output_type": "stream",
    @@ -332,7 +332,7 @@
    "metadata": {
    "id": "tJqoVIWRTQk3"
    },
    "execution_count": 24,
    "execution_count": null,
    "outputs": []
    },
    {
    @@ -350,7 +350,7 @@
    "id": "QlC0PjQ8VIh4",
    "outputId": "c3236160-8463-4740-b4e1-2b294acf69b8"
    },
    "execution_count": 27,
    "execution_count": null,
    "outputs": [
    {
    "output_type": "display_data",
    @@ -405,7 +405,7 @@
    "id": "F-yyKQscU3Q-",
    "outputId": "eb06ffbf-cbf2-45ee-e0fd-aca4b5971f48"
    },
    "execution_count": 25,
    "execution_count": null,
    "outputs": [
    {
    "output_type": "stream",
    @@ -443,7 +443,7 @@
    "id": "68ogAUSAU8O8",
    "outputId": "5a330dca-76de-48a0-ed7e-8e50dc6c29be"
    },
    "execution_count": 26,
    "execution_count": null,
    "outputs": [
    {
    "output_type": "stream",
    @@ -474,7 +474,7 @@
    "id": "yrM5Dl7LG3NI",
    "outputId": "a3f3a6cc-7596-4137-a671-5869b78e658d"
    },
    "execution_count": 23,
    "execution_count": null,
    "outputs": [
    {
    "output_type": "display_data",
  2. cavedave revised this gist Jun 14, 2025. 1 changed file with 12 additions and 1 deletion.
    13 changes: 12 additions & 1 deletion july1976.ipynb
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,8 @@
    "metadata": {
    "colab": {
    "provenance": [],
    "authorship_tag": "ABX9TyPGj1ahHGVr48dP14Vvou2j"
    "authorship_tag": "ABX9TyPGj1ahHGVr48dP14Vvou2j",
    "include_colab_link": true
    },
    "kernelspec": {
    "name": "ir",
    @@ -15,6 +16,16 @@
    }
    },
    "cells": [
    {
    "cell_type": "markdown",
    "metadata": {
    "id": "view-in-github",
    "colab_type": "text"
    },
    "source": [
    "<a href=\"https://colab.research.google.com/gist/cavedave/293e2fa9c86fd70f165f32b96a77a847/july1976.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
    ]
    },
    {
    "cell_type": "markdown",
    "source": [
  3. cavedave created this gist Jun 14, 2025.
    511 changes: 511 additions & 0 deletions july1976.ipynb
    511 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.