Issue
I am totally new to jupyter notebook and I was trying to run a simple code and its not working.
I typed print (1) and hit ctrl + enter, and then that asterisk mark appeared and thats pretty much it. there is a blinking "connected" in the console as well.
Command window looks like this:
Any tip regarding this would be highly appreciated. Thank you
Solution
yes, as Teemo pointed out all I had to do was use this,
C:\Python27\Scripts>jupyter notebook --port=8889
instead of,
C:\Python27\Scripts>jupyter notebook.
port 8889 , worked like a charm :)
Answered By - cool_kid
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.