Using SSH port forwarding <https://help.ubuntu.com/community/SSH/OpenSSH/PortForwarding> may be significantly easier than setting up a secure public Jupyter server. If you regularly connect to the same server, you can even setup your .ssh/config file so that port forwarding is done automatically when you connect to that machine. Then again, if you connect to the same server all the time, then maybe the secure public Jupyter server setup is worth it. The ssh -X suggestion, while a good thought, isn't relevant here since Jupyter is not an X application – it's a web app.
On Wed, May 25, 2016 at 5:30 AM, Lutfullah Tomak <[email protected]> wrote: > You need to look at jupyter/ipython settings, specifically you need to > allow your host ip for connection. > Related places are > https://ipython.org/ipython-doc/3/notebook/public_server.html > http://jupyter-notebook.readthedocs.io/en/latest/public_server.html > > > On Wednesday, May 25, 2016 at 10:54:53 AM UTC+3, [email protected] > wrote: > >> >> >> Hello, >> >> I need to use julia through a linux server. I can use julia but I can not >> properly use an IDE. I could instal IJulia but I can not open it by doing >> using IJulia notebook(). >> I can neither open notebook by doing ipython notebook (my access is >> refused). >> Do you have any idea how could I open an IDE from the server in my >> personal pc? >> >> Thank you very much! >> H. >> >
