##// END OF EJS Templates
Merge pull request #13582 from meeseeksmachine/auto-backport-of-pr-13580-on-7.x...
Matthias Bussonnier -
r27593:38a98494 merge
parent child Browse files
Show More
@@ -319,7 +319,7 b' class MagicsManager(Configurable):'
319 319
320 320 For example::
321 321
322 c.MagicsManger.lazy_magics = {
322 c.MagicsManager.lazy_magics = {
323 323 "my_magic": "slow.to.import",
324 324 "my_other_magic": "also.slow",
325 325 }
@@ -24,7 +24,7 b' The ability to configure magics to be lazily loaded has been added to IPython.'
24 24 See the ``ipython --help-all`` section on ``MagicsManager.lazy_magic``.
25 25 One can now use::
26 26
27 c.MagicsManger.lazy_magics = {
27 c.MagicsManager.lazy_magics = {
28 28 "my_magic": "slow.to.import",
29 29 "my_other_magic": "also.slow",
30 30 }
General Comments 0
You need to be logged in to leave comments. Login now