[docker build] what to expect - neo4j browser?
I'm attempting to set up CKG through building the docker container. The image seems to have been built successfully, and I seem to have launched a running container.
"Access JupyterHub" (:8090) gets the normal Jupyter notebook interface The CKG app (:8050) is able to draw graphs in the "Database Schema" section.
However, in the step "Access Neo4j browser" (:7474), I get a blank webpage, even after 30 minutes.
Should I see the neo4j browser as in older versions? (see screenshot)

Perhaps it could be useful to add screen captures to the "getting started" page :) https://ckg.readthedocs.io/en/latest/intro/getting-started-with-docker.html
Hi,
The CKG app only runs if the database is running (first step in the docker_entrypoint) so it should be accessible at localhost:7474 and you should see something like the Neo4j browser login page first and then the image you attached. I could not reproduce the error, did it continue to happen? Could you try a different browser or a "hard refresh" to see if there was just a cache issue?
Thank you for the suggestion to improve the docs. Please, feel free to include anything you think would be relevant in the docs and send a PR, your contribution is highly appreciated!