0
After installing anaconda jupyter notebook not open
[I 13.05.07.105 notebookApp] the port 8888 already in use try another port number How to solve this issue ?
3 Answers
+ 1
jupyter notebook --ip=0.0.0.0 --port=80
0
Steven M that is not working bro .. I tried but again show the similar msgs .. is there any alternative notebook available like Jupyter?
0
I dont know, it works for me. Have you tried running this in the Anaconda Prompt?
jupyter notebook --ip=127.0.0.1 --port=80