mamet
mamet

Reputation: 1

jupyter notebook does not start

I am trying to use Jupyter Notebook but somehow when I open it tells me that the kernel died and can not start. I have this error:

/Users/mas/anaconda3/bin/python: No module named bash_kernel

What do you think the problem can be?

Thank you.

Upvotes: 0

Views: 414

Answers (1)

Jordan
Jordan

Reputation: 26

You need to pip install bash_kernel

Link: https://pypi.python.org/pypi/bash_kernel

Upvotes: 1

Related Questions