-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Unable to start kernel on python 2.7 with ipython juypter notebook #194
Comments
It needs this module. Try:
|
What about the second error "'ipykernel' is a package and cannot be directly executed" , have you managed to get a solution for this? |
That's a confusing error message that Python gives, but I think it's a consequence of whatever comes before it. |
Same problem. Have you solved it? |
looks like you dont have ipykernel which manages usable kernels for jupyter. If you still want to fix it by doing it in hard way, that is manually installing jupyter kernel or locating it correctly, follow the lines below.
if you see those output (kernel paths) but not working, go to the directories and double check they are there.
check the path in it. it contains kernel paths
I dunno more elegant way but it worked for me! |
What should I do?
The text was updated successfully, but these errors were encountered: