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
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.
8890
8891