bundles / IPython 9.12.0 / IPython / core / magics / display / DisplayMagics / html
function
IPython.core.magics.display:DisplayMagics.html
Signature
def html ( self , line , cell ) Summary
::
Extended Summary
%html [--isolated]
Render the cell as a block of HTML
options:
--isolated Annotate the cell as 'isolated'. Isolated cells are rendered inside their own <iframe> tag
Aliases
-
IPython.core.magics.DisplayMagics.html