Skip to content

Commit

Permalink
Fix error in iris example
Browse files Browse the repository at this point in the history
  • Loading branch information
domvwt committed Apr 7, 2021
1 parent 104e145 commit 82e0921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/examples/iris.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1861,6 +1861,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"import os\n",
"Click the link below to view the page."
]
},
Expand All @@ -1876,7 +1877,7 @@
},
"outputs": [],
"source": [
"msg = \"Click the link to see our generated webpage:\"\n",
"msg = \"Page link:\"\n",
"if 'google.colab' in str(get_ipython()):\n",
" from google.colab.output import eval_js\n",
" from IPython.display import display, Markdown\n",
Expand Down

0 comments on commit 82e0921

Please sign in to comment.