##// 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 from IPython.core.application import (
43 from IPython.core.application import (
44 ProfileDir, BaseIPythonApplication, base_flags, base_aliases
44 ProfileDir, BaseIPythonApplication, base_flags, base_aliases
45 )
45 )
46 from IPython.core.magics import ScriptMagics
46 from IPython.core.shellapp import (
47 from IPython.core.shellapp import (
47 InteractiveShellApp, shell_flags, shell_aliases
48 InteractiveShellApp, shell_flags, shell_aliases
48 )
49 )
@@ -219,6 +220,7 b' class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):'
219 ProfileDir,
220 ProfileDir,
220 PlainTextFormatter,
221 PlainTextFormatter,
221 IPCompleter,
222 IPCompleter,
223 ScriptMagics,
222 ]
224 ]
223
225
224 subcommands = Dict(dict(
226 subcommands = Dict(dict(
General Comments 0
You need to be logged in to leave comments. Login now