diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index f39ba6a..f817270 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -2062,6 +2062,8 @@ class InteractiveShell(SingletonConfigurable): mman.register_alias('ed', 'edit') mman.register_alias('hist', 'history') mman.register_alias('rep', 'recall') + mman.register_alias('SVG', 'svg', 'cell') + mman.register_alias('HTML', 'html', 'cell') # FIXME: Move the color initialization to the DisplayHook, which # should be split into a prompt manager and displayhook. We probably