From 57e655b8512d2b8d3038dcd87debda2cca8918d4 Mon Sep 17 00:00:00 2001 From: "Alexander Drozdov (Sasha)" Date: Wed, 8 May 2024 19:06:54 -0700 Subject: [PATCH] Correcting google colab and pip install links --- .../mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb | 5 ++--- .../notebooks/mth5/comparison_with_published_results.ipynb | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/pyspedas_examples/notebooks/mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb b/pyspedas_examples/notebooks/mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb index d1fb753..f12c068 100644 --- a/pyspedas_examples/notebooks/mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb +++ b/pyspedas_examples/notebooks/mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb @@ -4,13 +4,12 @@ "cell_type": "code", "outputs": [], "source": [ - "# https://colab.research.google.com/github/spedas/pyspedas_examples/blob/mth5/pyspedas_examples/notebooks/mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb\n", + "# https://colab.research.google.com/github/spedas/pyspedas_examples/blob/master/pyspedas_examples/notebooks/mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb\n", "# Uncomment the \"!pip install\" lines below to use on Google Colab. Run this cell and restart the runtime kernel.\n", - "# !pip install pyspedas\n", + "# !pip install git+https://github.com/spedas/pyspedas.git\n", "# !pip install mth5\n", "\n", "# If you encounter installation problem try to install the packages from the git repositories\n", - "# !pip install git+https://github.com/spedas/pyspedas.git\n", "# !pip install git+https://github.com/kujaku11/mt_metadata.git\n", "# !pip install git+https://github.com/kujaku11/mth5.git" ], diff --git a/pyspedas_examples/notebooks/mth5/comparison_with_published_results.ipynb b/pyspedas_examples/notebooks/mth5/comparison_with_published_results.ipynb index ef1e58d..b5f8bb7 100644 --- a/pyspedas_examples/notebooks/mth5/comparison_with_published_results.ipynb +++ b/pyspedas_examples/notebooks/mth5/comparison_with_published_results.ipynb @@ -14,12 +14,11 @@ "outputs": [], "source": [ "# Uncomment the \"!pip install\" line below to use on Google Colab. Run this cell and restart the runtime kernel.\n", - "# https://colab.research.google.com/github/spedas/pyspedas/blob/mth5/pyspedas/mth5/examples/comparison_with_published_results.ipynb\n", - "# !pip install pyspedas\n", + "# https://colab.research.google.com/github/spedas/pyspedas_examples/blob/master/pyspedas_examples/notebooks/mth5/comparison_with_published_results.ipynb\n", + "# !pip install git+https://github.com/spedas/pyspedas.git\n", "# !pip install mth5\n", "\n", "# If you encounter installation problem try to install the packages from the git repositories\n", - "# !pip install git+https://github.com/spedas/pyspedas.git\n", "# !pip install git+https://github.com/kujaku11/mt_metadata.git\n", "# !pip install git+https://github.com/kujaku11/mth5.git" ],