Jupyter notebook server not working with PyCharm 2017.2 update
已回答
Updating to PyCharm 2017.2 now requests a token when I try to run a Jupyter notebook cell (local server). Seems like I should be able to find the token via running
jupyter notebook list
but this shows no currently running servers. I am running Python 3.6.1, PyCharm 2017.2, and notebook 5.0.0.
Does anyone have thoughts on why no server is appearing?
请先登录再写评论。
Hi htran! Do you have a similar popup?
If yes - please click Cancel and then start local kernel by clicking on the link
the message is kind of obscure right now and it should be renamed (ticket PY-24967). PyCharm basically complains you have to local Jupyter running so IDE doesn't know where to connect to execute the cell.
And with PY-25302 PyCharm is going to run the server after the first Run button click to eliminate confusion.
Thanks for the reply, looks like the issue was with my python environment.