I am taking the data science course from Udemy. After running the code to show the iris data set, it does not show. Instead, it downloads a data file.
I am running the following code:
from IPython.display import HTML
HTML('<iframe src=http://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data></iframe>')
Is the code correct? Could you please help how to show the iris dataset in the python using iframe?
link to the course: https://www.udemy.com/course/introduction-to-data-science-using-python/learn/lecture/9387344#questions