Skip to content

Commit

Permalink
Hide first cell in short e2e tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisK92 committed Aug 25, 2023
1 parent 049ebe2 commit 7c09b15
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"metadata": {
"tags": [
"hide-cell"
]
},
"outputs": [],
"source": [
"from IPython.display import HTML, display, Image\n",
Expand Down

0 comments on commit 7c09b15

Please sign in to comment.