Skip to content

Commit

Permalink
Fixed formatting in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjanag committed Nov 20, 2023
1 parent 29eccde commit 88857ce
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions docs/source/tutorials/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"nbsphinx": "hidden",
"tags": []
},
"metadata": {},
"source": [
"Use `pip install cleanvision` to install a stable release of the package.\n",
"\n",
"**After you install these packages, you may need to restart your notebook runtime before running the rest of this notebook.**"
]
},
Expand Down Expand Up @@ -75,19 +73,23 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"nbsphinx": "hidden"
},
"outputs": [],
"source": [
"!wget - nc 'https://cleanlab-public.s3.amazonaws.com/CleanVision/image_files.zip'"
"!wget - nc 'https://cleanlab-public.s3.amazonaws.com/CleanVision/image_files.zip'\n",
"!unzip -q image_files.zip"
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": [
"!unzip -q image_files.zip"
"```shell\n",
"wget - nc 'https://cleanlab-public.s3.amazonaws.com/CleanVision/image_files.zip'\n",
"unzip -q image_files.zip\n",
"```"
]
},
{
Expand Down

0 comments on commit 88857ce

Please sign in to comment.