I am trying to import ipykernel and getting the following error:
In [10]: import ipykernel
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-10-280cf9cbe7f8> in <module>()
----> 1 import ipykernel
/Users/tom/miniconda3/envs/production/lib/python3.4/site-packages/ipykernel/__init__.py in <module>()
1 from ._version import version_info, __version__
----> 2 from .connect import *
/Users/tom/miniconda3/envs/production/lib/python3.4/site-packages/ipykernel/connect.py in <module>()
11
12 from IPython.core.profiledir import ProfileDir
---> 13 from IPython.paths import get_ipython_dir
14 from ipython_genutils.path import filefind
15 from ipython_genutils.py3compat import str_to_bytes
ImportError: No module named 'IPython.paths'
Here are the versions I'm using:
ipykernel==4.0.3
ipython==4.0.0
ipython-genutils==0.1.0
jupyter-client==4.0.0
jupyter-console==4.0.0
jupyter-core==4.0.4
path.py==0.0.0
pyzmq==14.7.0
traitlets==4.0.0
This is with Python 3.4
I am trying to import
ipykerneland getting the following error:Here are the versions I'm using:
This is with Python 3.4