I have a remote ec2 machine on AWS (Ubuntu 18.04). I have installed there polynote notebook.
From my local laptop I have connected to the machine and use:
cd /polynote
./polynote
But it opens the server on
127.0.0.1:8192
How can I access it from my laptop?
I know that in order to make similar situation working in jupyter notebook
I am using: jupyter notebook --ip 0.0.0.0
What is the analogue here?