diff --git a/docs/tutorials/tape_datasets.ipynb b/docs/tutorials/tape_datasets.ipynb index 789033ec..0d1b397f 100644 --- a/docs/tutorials/tape_datasets.ipynb +++ b/docs/tutorials/tape_datasets.ipynb @@ -51,15 +51,6 @@ "ens.source.head(5) # View the first 5 entries of the source table" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "ens.client.close() # Tear down the ensemble client" - ] - }, { "attachments": {}, "cell_type": "markdown", @@ -94,15 +85,6 @@ "ens.object.head(5) # View the first 5 entries of the object table" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "ens.client.close() # Tear down the ensemble client" - ] - }, { "attachments": {}, "cell_type": "markdown", @@ -170,15 +152,6 @@ "ens.object.head(5)" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "ens.client.close() # Tear down the ensemble client" - ] - }, { "attachments": {}, "cell_type": "markdown",