Skip to content

Commit

Permalink
fix image rendering in rapid-sagemaker-hpo notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ncclementi committed Oct 11, 2024
1 parent 7ed98fb commit 7508231
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/examples/rapids-sagemaker-hpo/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src='../../_static/images/examples/rapids-sagemaker-hpo/hpo.png'>"
"![](../../_static/images/examples/rapids-sagemaker-hpo/hpo.png)"
]
},
{
Expand Down Expand Up @@ -595,7 +595,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src='../../_static/images/examples/rapids-sagemaker-hpo/ml_workflow.png' width='800'> "
"![](../../_static/images/examples/rapids-sagemaker-hpo/ml_workflow.png) "
]
},
{
Expand Down Expand Up @@ -707,7 +707,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src='../../_static/images/examples/rapids-sagemaker-hpo/estimator.png' width='800'>"
"![](../../_static/images/examples/rapids-sagemaker-hpo/estimator.png)"
]
},
{
Expand Down Expand Up @@ -1477,7 +1477,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src='../../_static/images/examples/rapids-sagemaker-hpo/run_hpo.png'>"
"![](../../_static/images/examples/rapids-sagemaker-hpo/run_hpo.png)"
]
},
{
Expand Down Expand Up @@ -2186,7 +2186,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src='../../_static/images/examples/rapids-sagemaker-hpo/results.png' width='70%'>"
"![](../../_static/images/examples/rapids-sagemaker-hpo/results.png)"
]
},
{
Expand Down

0 comments on commit 7508231

Please sign in to comment.