[IPython-dev] Two basic Notebook questions (Python focus)
Thomas Kluyver
takowl at gmail.com
Sun Feb 1 13:15:27 EST 2015
On 31 January 2015 at 19:41, Jean Bigboute <jeanbigboute at gmail.com> wrote:
> [TerminalIPythonApp] WARNING | Error in loading extension: kernmagic
> Check your config files in /{PATH}/.ipython/profile_default
> ---------------------------------------------------------------------------
> ImportError Traceback (most recent call last)
> /{PATH}/anaconda/lib/python2.7/site-packages/IPython/core/extensions.pyc
> in load_extension(self, module_str)
> 96 if module_str not in sys.modules:
> 97 with
> prepended_to_syspath(self.ipython_extension_dir):
> ---> 98 __import__(module_str)
> 99 mod = sys.modules[module_str]
> 100 if self._call_load_ipython_extension(mod):
>
> ImportError: No module named kernmagic
>
This error message looks very much like your config specifies the kernmagic
extension, and that's not installed. That should be orthogonal to your
problem, however.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150201/d0600c7b/attachment.html>
More information about the IPython-dev
mailing list