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
We have finally upgraded our environment to IPython 3, so I'm trying nosebook again. Now on every notebook I get:
E
======================================================================
ERROR: Failure: AttributeError (kernelspec)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/gram/anaconda/lib/python2.7/site-packages/nose/plugins/manager.py", line 154, in generate
for r in result:
File "/Users/gram/anaconda/lib/python2.7/site-packages/nosebook.py", line 212, in loadTestsFromFile
kernel = self.newKernel(nb)
File "/Users/gram/anaconda/lib/python2.7/site-packages/nosebook.py", line 65, in newKernel
kernel_name=nb.metadata.kernelspec.name
File "/Users/gram/anaconda/lib/python2.7/site-packages/IPython/utils/ipstruct.py", line 149, in __getattr__
raise AttributeError(key)
AttributeError: kernelspec
----------------------------------------------------------------------
Ran 1 test in 0.001s
FAILED (errors=1)
The text was updated successfully, but these errors were encountered:
We have finally upgraded our environment to IPython 3, so I'm trying
nosebook again. Now on every notebook I get:
E ERROR: Failure: AttributeError (kernelspec)
Traceback (most recent call last):
File
"/Users/gram/anaconda/lib/python2.7/site-packages/nose/plugins/manager.py",
line 154, in generate
for r in result:
File "/Users/gram/anaconda/lib/python2.7/site-packages/nosebook.py", line
212, in loadTestsFromFile
kernel = self.newKernel(nb)
File "/Users/gram/anaconda/lib/python2.7/site-packages/nosebook.py", line
65, in newKernel
kernel_name=nb.metadata.kernelspec.name
File
"/Users/gram/anaconda/lib/python2.7/site-packages/IPython/utils/ipstruct.py",
line 149, in getattr
raise AttributeError(key)
AttributeError: kernelspec
Ran 1 test in 0.001s
FAILED (errors=1)
—
Reply to this email directly or view it on GitHub #18.
We have finally upgraded our environment to IPython 3, so I'm trying nosebook again. Now on every notebook I get:
The text was updated successfully, but these errors were encountered: