Oct-16-2018, 08:47 PM
Hello,
I am using Python 3.6.5.
When I run the following code,
I only get: <IPython.core.display.HTML object>
Do I miss something?
I am using Python 3.6.5.
When I run the following code,
1 2 3 |
from IPython.display import display, HTML display(HTML( '<h1>Hello, world!</h1>' )) |
I only get: <IPython.core.display.HTML object>
Do I miss something?
