##// END OF EJS Templates
Reexpose a KillEmbeded alias for backward compat
Matthias Bussonnier -
Show More
@@ -21,6 +21,10 b' from IPython.utils.io import ask_yes_no'
21
21
22 class KillEmbedded(Exception):pass
22 class KillEmbedded(Exception):pass
23
23
24 # kept for backward compatibility as IPython 6 was released with
25 # the typo. See https://github.com/ipython/ipython/pull/10706
26 KillEmbeded = KillEmbedded
27
24 # This is an additional magic that is exposed in embedded shells.
28 # This is an additional magic that is exposed in embedded shells.
25 @magics_class
29 @magics_class
26 class EmbeddedMagics(Magics):
30 class EmbeddedMagics(Magics):
General Comments 0
You need to be logged in to leave comments. Login now