This HTTP server was started with:
python -m http.server -b 0.0.0.0 8000 -d /demo
You can stop the server with:
kill -9 $(pgrep -f "python -m http.server")
Log in to JupyterLab.