jupyter-dash
jupyter-dash copied to clipboard
IP address always localhost or 127.0.01
Hi team,
I don't know how to change IP address when we use jupyter.
The output always prints http://127.0.0.1:8050/.
However, I use jupyter method is remote server.
How to change IP address like this http://[IP address]:8050
Thanks, Jacky
Hi @jackycsie, you should be able to override this URL using the server_url argument to the JupyterDash constructor.