Merge pull request #317 from CezCz/fix-jupyter

fixing breaking change introduced by jupyter minor version update
main
Aurélien Geron 2018-12-02 16:49:41 +13:00 committed by GitHub
commit d4aabc3fac
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ services:
- "6006:6006"
volumes:
- ../:/home/devel/handson-ml
command: /opt/conda/bin/jupyter notebook --ip='*' --port=8888 --no-browser
command: /opt/conda/bin/jupyter notebook --ip='0.0.0.0' --port=8888 --no-browser