Closed ahlag closed 1 year ago
@ahlag could you please check, that you have this problem if you don't use our docker images? (just run jupyter lab
on the host machine)
If you still have the problem, it would be better to create an issue in the upstream project.
I've also found where this line comes from: https://github.com/jupyter-server/jupyter_server/blob/main/jupyter_server/auth/identity.py#L478
It also might be an expected behaviour, I'm not sure about this.
@mathbunnyru Yes, I was able to replicate this on jupyterlab. Is there a way to mute the logs coming from the docker container?
@mathbunnyru I found this problem too when I use image jupyter/datascience-notebook
.
When I build custom image based on jupyter/datascience-notebook, I use this:
FROM jupyter/datascience-notebook:latest
...
ENV JUPYTER_TOKEN=${TOKEN}
I'm closing this issue because the original problem is in upstream here: https://github.com/microsoft/vscode-jupyter/issues/13345 Please, use this issue, if you have additional information/thoughts.
The workaround can be found here: https://github.com/jupyter-server/jupyter_server/issues/1245#issuecomment-1508128514
This seems to be fixed in the upstream.
What docker image(s) are you using?
pyspark-notebook
Host OS system and architecture running docker image
MacOS
What Docker command are you running?
Running these with docker compose -
docker compose up
.How to Reproduce the problem?
docker compose up
in the directory that has the above yaml.Command output