Show More
@@ -2062,6 +2062,8 b' class InteractiveShell(SingletonConfigurable):' | |||||
2062 | mman.register_alias('ed', 'edit') |
|
2062 | mman.register_alias('ed', 'edit') | |
2063 | mman.register_alias('hist', 'history') |
|
2063 | mman.register_alias('hist', 'history') | |
2064 | mman.register_alias('rep', 'recall') |
|
2064 | mman.register_alias('rep', 'recall') | |
|
2065 | mman.register_alias('SVG', 'svg', 'cell') | |||
|
2066 | mman.register_alias('HTML', 'html', 'cell') | |||
2065 |
|
2067 | |||
2066 | # FIXME: Move the color initialization to the DisplayHook, which |
|
2068 | # FIXME: Move the color initialization to the DisplayHook, which | |
2067 | # should be split into a prompt manager and displayhook. We probably |
|
2069 | # should be split into a prompt manager and displayhook. We probably |
General Comments 0
You need to be logged in to leave comments.
Login now