Jupyter with Anaconda on Windows will not run cells

后端 未结 2 1012
感动是毒
感动是毒 2021-01-01 22:44

I\'m trying to run Jupyter Notebook for Anaconda 2.3.0 (64-bit) on Windows 7 (64-bit), under Python 2.7.11. Jupyter is not displaying syntax highlighting and the notebook is

2条回答
  •  时光说笑
    2021-01-01 23:38

    Looks like the standard port 8888 is not available/blocked. Try:

    jupyter notebook --port=8889
    

    You my try a different number for the port such as 8890, 8891etc.

提交回复
热议问题