From 923b80dca90d136212a14d431df70fb6b4715b83 Mon Sep 17 00:00:00 2001 From: "Alexander Drozdov (Sasha)" Date: Mon, 11 Mar 2024 18:16:38 -0700 Subject: [PATCH] Fixing the type of the cell to make the instructions visible --- .../mth5/THEMIS-ARTEMIS-Post-AGU2023_load_fdsn_example.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 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 a15ff00..53f1819 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 @@ -1,7 +1,8 @@ { "cells": [ { - "cell_type": "raw", + "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", "# Uncomment the \"!pip install\" lines below to use on Google Colab. Run this cell and restart the runtime kernel.\n", @@ -12,7 +13,7 @@ "metadata": { "collapsed": false }, - "id": "64df5ec22326226a" + "id": "88167c1489bd0791" }, { "cell_type": "markdown",