Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed Feb 16, 2024
1 parent 3b7e02c commit 462314b
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions docs/tutorials/tape_datasets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 462314b

Please sign in to comment.