-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Milestone
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.