
09:55:20.411+0000 INFO Creating new user 'neo4j' (passwordChangeRequired=true, suspended=false) 09:55:20.410+0000 INFO Setting up initial user from defaults: neo4j 09:55:20.406+0000 INFO Initializing system graph model for component 'security-users' with version -1 and status UNINITIALIZED Interestingly, I have a similar network problem with when running a neo4j Docker image I can't reach the neo4j docker image that I tried to run: bash-5.1$ docker run neo4j Here is the full output: bash-5.1$ docker run -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -p 8888:8888 seriousgame:latest Os.system("jupyter-notebook -ip 0.0.0.0 -allow-root") inpt = input("Run jupyter server? (/n) \n") So it seems to be a network error because when I tried to move the notebook from the container's localhost I still have the error "This site can’t be reached" ERR_SOCKET_NOT_CONNECTED. The Dockerfile for sure downloads the requirements: bash-5.1$ cat DockerfileĪpt-get -y install git ssh pkg-config python3-pip python3-opencv In the requirements there is jupyterlab, I don't know if it is enough: bash-5.1$ cat requirements.txt Because when I did it from the machine where there is jupyter I can access the notebook: I think it is because jupyter can't be reached from the Docker image. To access the notebook, open this file in a browser:įile:///root/.local/share/jupyter/runtime/nbserver-8-open.htmlīut none of the links work. No web browser found: could not locate runnable browser. Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). Serving notebooks from local directory: /home/serious-game JupyterLab application directory is /usr/local/share/jupyter/lab JupyterLab extension loaded from /usr/local/lib/python3.6/dist-packages/jupyterlab

Be sure to update your config before our next release. 'allow_root' has moved from NotebookApp to ServerApp. Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret Whe I run jupyter notebook it seems everything is working right in the terminal: bash-5.1$ docker run -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix seriousgame:latest I either have ERR_SOCKET_NOT_CONNECTED or ERR_CONNECTION_REFUSED ERR_SOCKET_NOT_CONNECTED

When I try to run a docker container that starts jupyter with os command inside a script or a neo4J docker image I have a network issue.
