PyCharm Jupyter Notebook: Add a Jupyter to the interpreter of the current project

I have a new project in PyCharm under it a project, I create a jupyter notebook but when I start it I keep getting this error

Add Jupyter to the interpreter of the current project.

I can’t understand what to do, I have reset

Project Interpreter But Do Not Use

+4
source share
1 answer

You need to install jupyter for the project interpreter or virtual user that you are using:

pip install jupyter

PyCharm Jupyter - . , , Notebook , localhost: 8888. , , PyCharm.

+5

Source: https://habr.com/ru/post/1681067/


All Articles