[jupyter] Re: How to resolve the port conflict for Jupyter Notebook and Hue? Thanks.

2017-12-04 Thread Roland Weber
1. Jupyter is listening on localhost, but not on the external IP address of "myhostname". 2. If your cluster has a firewall, make sure that it exposes port 8880. hope that helps, Roland -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To

[jupyter] Re: How to resolve the port conflict for Jupyter Notebook and Hue? Thanks.

2017-12-02 Thread Lawrence D’Oliveiro
On Saturday, December 2, 2017 at 3:44:07 PM UTC+13, Pasle Choix wrote: > > ./jupyter notebook --*port 8880* > Here’s the kind of shell script I use: #!/bin/bash PREFIX=~/virtualenv/jupyter exec $PREFIX/bin/jupyter-notebook --NotebookApp.port=8889 --no-browser -- You received this message