You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
╭─lwm@lwm-Latitude-D620 ~/repos/singlecell ‹master›
╰─$ python singlecell.py 1 ↵
Traceback (most recent call last):
File "singlecell.py", line 39, in
from IPython.kernel.multikernelmanager import MultiKernelManager
File "/usr/lib/python2.7/dist-packages/IPython/kernel/init.py", line 10, in
raise ImportError(doc)
ImportError: IPython.kernel has been replaced by IPython.parallel.
The previous version of IPython's parallel library was located at this
location (IPython.kernel). It has been moved to the IPython.parallel
subpackage and has been refactored to use zeromq/pyzmq instead of twisted.
╭─lwm@lwm-Latitude-D620 ~/repos/singlecell ‹master›
╰─$ python singlecell.py 1 ↵
Traceback (most recent call last):
File "singlecell.py", line 39, in
from IPython.kernel.multikernelmanager import MultiKernelManager
File "/usr/lib/python2.7/dist-packages/IPython/kernel/init.py", line 10, in
raise ImportError(doc)
ImportError: IPython.kernel has been replaced by IPython.parallel.
The previous version of IPython's parallel library was located at this
location (IPython.kernel). It has been moved to the IPython.parallel
subpackage and has been refactored to use zeromq/pyzmq instead of twisted.
Please see INSERT URL for further details.
╭─lwm@lwm-Latitude-D620 ~/repos/singlecell ‹master›
╰─$ python --version 1 ↵
Python 2.7.4
╭─lwm@lwm-Latitude-D620 ~/repos/singlecell ‹master›
╰─$ cat /proc/version
Linux version 3.8.0-31-generic (buildd@aatxe) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #46-Ubuntu SMP Tue Sep 10 19:56:49 UTC 2013
The text was updated successfully, but these errors were encountered: