Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1c5e7 commit c365d51Copy full SHA for c365d51
2 files changed
IPython/core/magic.py
@@ -311,7 +311,7 @@ class MagicsManager(Configurable):
311
312
For example::
313
314
- c.MagicsManger.lazy_magics = {
+ c.MagicsManager.lazy_magics = {
315
"my_magic": "slow.to.import",
316
"my_other_magic": "also.slow",
317
}
docs/source/whatsnew/version7.rst
@@ -17,7 +17,7 @@ The ability to configure magics to be lazily loaded has been added to IPython.
17
See the ``ipython --help-all`` section on ``MagicsManager.lazy_magic``.
18
One can now use::
19
20
21
22
23
0 commit comments