From 6612defd3b0dd1cf6813f6507e3f2c49ea066eff Mon Sep 17 00:00:00 2001 From: Karim Mache <k.mache@fz-juelich.de> Date: Fri, 28 Mar 2025 22:05:42 +0100 Subject: [PATCH] Add image --- .history/README_20250328220151.md | 2 ++ .history/README_20250328220230.md | 2 ++ .history/README_20250328220235.md | 2 ++ .history/README_20250328220240.md | 3 +++ .history/README_20250328220435.md | 3 +++ .history/README_20250328220500.md | 3 +++ .history/README_20250328220510.md | 3 +++ README.md | 3 ++- TOAR-classifier_v2.ipynb | 21 ++++++++++++++++----- 9 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 .history/README_20250328220151.md create mode 100644 .history/README_20250328220230.md create mode 100644 .history/README_20250328220235.md create mode 100644 .history/README_20250328220240.md create mode 100644 .history/README_20250328220435.md create mode 100644 .history/README_20250328220500.md create mode 100644 .history/README_20250328220510.md diff --git a/.history/README_20250328220151.md b/.history/README_20250328220151.md new file mode 100644 index 0000000..bc9e39d --- /dev/null +++ b/.history/README_20250328220151.md @@ -0,0 +1,2 @@ +## TOAR-classifier v2: A data-driven classification tool for global air quality stations + diff --git a/.history/README_20250328220230.md b/.history/README_20250328220230.md new file mode 100644 index 0000000..e322326 --- /dev/null +++ b/.history/README_20250328220230.md @@ -0,0 +1,2 @@ +## TOAR-classifier v2: A data-driven classification tool for global air quality stations + diff --git a/.history/README_20250328220235.md b/.history/README_20250328220235.md new file mode 100644 index 0000000..e322326 --- /dev/null +++ b/.history/README_20250328220235.md @@ -0,0 +1,2 @@ +## TOAR-classifier v2: A data-driven classification tool for global air quality stations + diff --git a/.history/README_20250328220240.md b/.history/README_20250328220240.md new file mode 100644 index 0000000..d691968 --- /dev/null +++ b/.history/README_20250328220240.md @@ -0,0 +1,3 @@ +## TOAR-classifier v2: A data-driven classification tool for global air quality stations + + diff --git a/.history/README_20250328220435.md b/.history/README_20250328220435.md new file mode 100644 index 0000000..79224f0 --- /dev/null +++ b/.history/README_20250328220435.md @@ -0,0 +1,3 @@ +## TOAR-classifier v2: A data-driven classification tool for global air quality stations + + diff --git a/.history/README_20250328220500.md b/.history/README_20250328220500.md new file mode 100644 index 0000000..8f6f145 --- /dev/null +++ b/.history/README_20250328220500.md @@ -0,0 +1,3 @@ +## TOAR-classifier v2: A data-driven classification tool for global air quality stations + + diff --git a/.history/README_20250328220510.md b/.history/README_20250328220510.md new file mode 100644 index 0000000..8f6f145 --- /dev/null +++ b/.history/README_20250328220510.md @@ -0,0 +1,3 @@ +## TOAR-classifier v2: A data-driven classification tool for global air quality stations + + diff --git a/README.md b/README.md index 2f0e72a..8f6f145 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ ## TOAR-classifier v2: A data-driven classification tool for global air quality stations - + + diff --git a/TOAR-classifier_v2.ipynb b/TOAR-classifier_v2.ipynb index fe15b9a..536036f 100755 --- a/TOAR-classifier_v2.ipynb +++ b/TOAR-classifier_v2.ipynb @@ -23,12 +23,23 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "8666a040", "metadata": { "tags": [] }, - "outputs": [], + "outputs": [ + { + "ename": "", + "evalue": "", + "output_type": "error", + "traceback": [ + "\u001b[1;31mRunning cells with 'Python 3.12.3' requires the ipykernel package.\n", + "\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n", + "\u001b[1;31mCommand: '/bin/python3 -m pip install ipykernel -U --user --force-reinstall'" + ] + } + ], "source": [ "import pandas as pd\n", "import numpy as np\n", @@ -6437,9 +6448,9 @@ ], "metadata": { "kernelspec": { - "display_name": "Python [conda env:base] *", + "display_name": "Python 3", "language": "python", - "name": "conda-base-py" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -6451,7 +6462,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.2" + "version": "3.12.3" } }, "nbformat": 4, -- GitLab