Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'IPython.kernel.tests' #20

Closed
jluttine opened this issue Dec 15, 2015 · 1 comment
Closed

No module named 'IPython.kernel.tests' #20

jluttine opened this issue Dec 15, 2015 · 1 comment

Comments

@jluttine
Copy link
Contributor

I get the following error:

In [1]: import nosebook
/.../python3.5/site-packages/IPython/kernel/__init__.py:13: ShimWarning: The `IPython.kernel` package has been deprecated. You should import from ipykernel or jupyter_client instead.
  "You should import from ipykernel or jupyter_client instead.", ShimWarning)
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-4f51f9cf5d34> in <module>()
----> 1 import nosebook

/.../lib/python3.5/site-packages/nosebook.py in <module>()
     22 from nose.plugins import Plugin
     23 
---> 24 from IPython.kernel.tests import utils
     25 
     26 

ImportError: No module named 'IPython.kernel.tests'

Some possibly relevant package versions:

ipython==4.0.0
jupyter-client==4.1.1
jupyter-console==4.0.3
jupyter-core==4.0.6
nose==1.3.7
nosebook==0.4.0
notebook==4.0.6
@jluttine
Copy link
Contributor Author

This is probably just a duplicate of #19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant