diff --git a/docs/examples/grib_from_stream.ipynb b/docs/examples/grib_from_stream.ipynb index 0d617af1..6a2c31c0 100644 --- a/docs/examples/grib_from_stream.ipynb +++ b/docs/examples/grib_from_stream.ipynb @@ -37,7 +37,7 @@ "tags": [] }, "source": [ - "earthkit-data can :ref:`load GRIB data from a stream `, which can be an FDB stream, a standard Python IO stream or any object implementing the necessary stream methods. \n", + "earthkit-data can load GRIB data from a :ref:`stream ` source, which can be an FDB stream, a standard Python IO stream or any object implementing the necessary stream methods. \n", "\n", "For simplicity, in this notebook we will use a **file stream** to demonstrate the usage of streams. First, we ensure the example file containing 6 messages is available." ] @@ -96,7 +96,7 @@ "tags": [] }, "source": [ - "We load it into earthkit-data by using the default settings :ref:`batch_size `\\=1). With this when we iterate through *ds* it will consume one message from the stream at a time:" + "We load it into earthkit-data by using the default settings (:ref:`batch_size `\\=1). With this when we iterate through *ds* it will consume one message from the stream at a time:" ] }, { @@ -1159,19 +1159,17 @@ "cell_type": "code", "execution_count": 19, "id": "through-mistress", - "metadata": {}, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "outputs": [], "source": [ "stream.close()" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "shared-tournament", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {