From fbe9b41b5080fd3a5148ac9ee47516f1ee8958d1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:19:15 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.10.0 → v2.11.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.10.0...v2.11.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99a07130..6bd94536 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ exclude: "^LICENSES" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-merge-conflict - id: end-of-file-fixer @@ -33,7 +33,7 @@ repos: # Do YAML formatting (before the linter checks it for misses) - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.10.0 + rev: v2.11.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, "2", --preserve-quotes] From b99a322922c278e052350552a0417fe2c2ea428c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:19:26 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- data-science-for-esm/04-workshop-geopandas.ipynb | 4 ++-- data-science-for-esm/07-workshop-networkx.ipynb | 4 ++-- data-science-for-esm/11-workshop-groupwork.ipynb | 4 ++-- .../13-workshop-interactive-visualisation.ipynb | 2 +- data-science-for-esm/intro.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data-science-for-esm/04-workshop-geopandas.ipynb b/data-science-for-esm/04-workshop-geopandas.ipynb index 64ad2534..0aae0d91 100644 --- a/data-science-for-esm/04-workshop-geopandas.ipynb +++ b/data-science-for-esm/04-workshop-geopandas.ipynb @@ -1392,9 +1392,9 @@ ], "metadata": { "kernelspec": { - "display_name": "esm-2023", + "display_name": "", "language": "python", - "name": "python3" + "name": "" }, "language_info": { "codemirror_mode": { diff --git a/data-science-for-esm/07-workshop-networkx.ipynb b/data-science-for-esm/07-workshop-networkx.ipynb index b8bf6e62..9c950ed5 100644 --- a/data-science-for-esm/07-workshop-networkx.ipynb +++ b/data-science-for-esm/07-workshop-networkx.ipynb @@ -1698,9 +1698,9 @@ ], "metadata": { "kernelspec": { - "display_name": "esm-2023", + "display_name": "", "language": "python", - "name": "python3" + "name": "" }, "language_info": { "codemirror_mode": { diff --git a/data-science-for-esm/11-workshop-groupwork.ipynb b/data-science-for-esm/11-workshop-groupwork.ipynb index 7dc6b63c..86eff1a3 100644 --- a/data-science-for-esm/11-workshop-groupwork.ipynb +++ b/data-science-for-esm/11-workshop-groupwork.ipynb @@ -949,9 +949,9 @@ ], "metadata": { "kernelspec": { - "display_name": "pypsa-eur-221227", + "display_name": "", "language": "python", - "name": "python3" + "name": "" }, "language_info": { "codemirror_mode": { diff --git a/data-science-for-esm/13-workshop-interactive-visualisation.ipynb b/data-science-for-esm/13-workshop-interactive-visualisation.ipynb index 8e026a4b..f5af1954 100644 --- a/data-science-for-esm/13-workshop-interactive-visualisation.ipynb +++ b/data-science-for-esm/13-workshop-interactive-visualisation.ipynb @@ -39,7 +39,7 @@ "import matplotlib.pyplot as plt\n", "import holoviews as hv\n", "\n", - "plt.style.use(\"bmh\")\n" + "plt.style.use(\"bmh\")" ] }, { diff --git a/data-science-for-esm/intro.md b/data-science-for-esm/intro.md index f8f5f656..0744f718 100644 --- a/data-science-for-esm/intro.md +++ b/data-science-for-esm/intro.md @@ -65,7 +65,7 @@ A good tutorial for this can be found [here](https://realpython.com/installing-p ### Using Python without a local installation -You can even start the course without a local Python installation using online services like [Google Colab (colab.google)](https://colab.google) which provide an online Python version +You can even start the course without a local Python installation using online services like [Google Colab (colab.google)](https://colab.google) which provide an online Python version in a [Jupyter Notebook](jupyter.org/) environment. ## Managing environments with `conda`