##// END OF EJS Templates
Major restructuring of magics, breaking them up into separate classes....
Fernando Perez -
Show More

The requested changes are too big and content was truncated. Show full diff

@@ -380,6 +380,7 b' class InteractiveShell(SingletonConfigurable):'
380 plugin_manager = Instance('IPython.core.plugin.PluginManager')
380 plugin_manager = Instance('IPython.core.plugin.PluginManager')
381 payload_manager = Instance('IPython.core.payload.PayloadManager')
381 payload_manager = Instance('IPython.core.payload.PayloadManager')
382 history_manager = Instance('IPython.core.history.HistoryManager')
382 history_manager = Instance('IPython.core.history.HistoryManager')
383 magics_manager = Instance('IPython.core.magic.MagicsManager')
383
384
384 profile_dir = Instance('IPython.core.application.ProfileDir')
385 profile_dir = Instance('IPython.core.application.ProfileDir')
385 @property
386 @property
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
General Comments 0
You need to be logged in to leave comments. Login now