Skip to content

Commit

Permalink
Merge pull request #7 from domvwt/develop
Browse files Browse the repository at this point in the history
Fix error in iris example
  • Loading branch information
domvwt authored Apr 7, 2021
2 parents 9edca9a + 82e0921 commit bb15fa4
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 bb15fa4

Please sign in to comment.