'How can I access a port fowarded jupyter by ip address

I have a server running Jupyter and I use ssh port forward to access it by:

ssh -L 8888:127.0.0.1:8889 -N -T Server

so I can access it from localhost:8888 or 127.0.0.1:8889, but failed to do so from $MY_IPADDRESS:8888

I had set my Jupyter config to allow remote and listen on all ip. Any suggestion is highly appreciated.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source