
Jupyter Notebook allows users to create documents containing live code, equations, visualizations, and explanatory text. However, by default, Jupyter Notebook is limited to local access, requiring users to be on the same machine or network to collaborate effectively.
Using pinggy.io you can now share your notebook with friends and teammates directly from localhost using a single command:
ssh -p 443 -R0:localhost:8888 -t a.pinggy.io "a:Host:localhost:8888"
Here is a complete step by step guide: https://pinggy.io/blog/share_jupyter_notebook_from_localhost/