Deprecated.
(self, url, filename=None)
| 141 | |
| 142 | @undoc |
| 143 | def install_extension(self, url, filename=None): |
| 144 | """ |
| 145 | Deprecated. |
| 146 | """ |
| 147 | # Ensure the extension directory exists |
| 148 | raise DeprecationWarning( |
| 149 | '`install_extension` and the `install_ext` magic have been deprecated since IPython 4.0' |
| 150 | 'Use pip or other package managers to manage ipython extensions.') |
nothing calls this directly
no outgoing calls
no test coverage detected