how to reconnect jupyter notebook in docker container code example
Example: start jupyter remote docker locally
$ jupyter notebook --ip 0.0.0.0 --port <container port> --allow-root
$ jupyter notebook --ip 0.0.0.0 --port <container port> --allow-root