-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
The token string appears twice in the url in the console when running jupyter notebook #3620
Comments
I think I'm experiencing the same issue. I'm using Jupyter Notebooks from a Docker container. Steps to reproduce: With a FROM python:3.6
RUN pip install jupyter
EXPOSE 8888 Build: docker build -t jup . Start a bash session: docker run -it -p 8888:8888 jup bash Start a Jupyter Notebook: jupyter notebook --ip=0.0.0.0 --allow-root The output is like:
The expected output in the last section would be:
But the |
I'm having this issue also. I think the output should be like
|
I have double token issue with JupyterLab, running from Docker. What about ip, why it's docker container id instead of the ip? A feature or a bug? |
No description provided.
The text was updated successfully, but these errors were encountered: