Closed
Description
Object representations are not escaped for HTML when giving HTML repr to IPython Notebook,
for instance if the items themselves are types, whose reprs include <
, and are interpreted as tags.
Originally from this SO question.
Object representations are not escaped for HTML when giving HTML repr to IPython Notebook,
for instance if the items themselves are types, whose reprs include <
, and are interpreted as tags.
Originally from this SO question.