Jupyter is not working inPycharm

Answered

After I clicked the run button, the dialog "Start Jupyter Notebook " appeared evne though the server is running.

Python version: 3.5

jupyter version: 5.0.0

PyCharm version:2016.1.4

OS: Ubuntu 16.04

 

/venv3/bin/jupyter-notebook --no-browser --ip 127.0.0.1 --port 8890
[I 20:27:31.085 NotebookApp] The port 8890 is already in use, trying another port.
[I 20:27:31.085 NotebookApp] The port 8891 is already in use, trying another port.
[I 20:27:31.091 NotebookApp] Serving notebooks from local directory: /home/kxh/Code/fluent-python
[I 20:27:31.091 NotebookApp] 0 active kernels
[I 20:27:31.091 NotebookApp] The Jupyter Notebook is running at: http://127.0.0.1:8892/?token=364a2b6991709ec86906774cec9493a38c447085a149554a
[I 20:27:31.091 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 20:27:31.091 NotebookApp]

Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://127.0.0.1:8892/?token=364a2b6991709ec86906774cec9493a38c447085a149554a

0
1 comment

Hi!

We had this problem in 2016.1.4, but everything works fine in the latest PyCharm Version. Please, try it out. 

Thank you!

Valentina

0

Please sign in to leave a comment.