-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot access localhost:8888 #85
Comments
--ip='0.0.0.0' helped me. instead of --ip='*' |
I got success by adding |
I had to set both
And then I opened the following URL in my browser: |
Thank you so much!!!!!! This is what works for me as well. |
Perfect. Thanks a lot!! |
Hi,
I have just pulled
docker pull continuumio/anaconda3
and then
docker run -i -t -p 8888:8888 continuumio/anaconda3 /bin/bash -c "/opt/conda/bin/conda install jupyter -y --quiet && mkdir /opt/notebooks && /opt/conda/bin/jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888 --no-browser"
after that, I tried to open jupyter notebook in my opera browser with this address:http://localhost:8888
There said "this site cannot be reached"
why ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: