Skip to content

Instantly share code, notes, and snippets.

@VildMedPap
Created May 6, 2021 20:33
Show Gist options
  • Save VildMedPap/62df3b93629b1c0a7ae697d0698fac54 to your computer and use it in GitHub Desktop.
Save VildMedPap/62df3b93629b1c0a7ae697d0698fac54 to your computer and use it in GitHub Desktop.
Python: Render HTML in Jupyter
from IPython.core.display import display, HTML
display(HTML('<h1>Hello, world!</h1>'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment