##// END OF EJS Templates
add ScriptMagics to class list for generated config
MinRK -
Show More
@@ -43,6 +43,7 b' from IPython.core.prompts import PromptManager'
43 43 from IPython.core.application import (
44 44 ProfileDir, BaseIPythonApplication, base_flags, base_aliases
45 45 )
46 from IPython.core.magics import ScriptMagics
46 47 from IPython.core.shellapp import (
47 48 InteractiveShellApp, shell_flags, shell_aliases
48 49 )
@@ -219,6 +220,7 b' class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):'
219 220 ProfileDir,
220 221 PlainTextFormatter,
221 222 IPCompleter,
223 ScriptMagics,
222 224 ]
223 225
224 226 subcommands = Dict(dict(
General Comments 0
You need to be logged in to leave comments. Login now