Maybe not strictly a julia question but maybe someone can help...

I just got brand new iMac. I set up everything for jupiter, julia and 
ijulia. can launch notebook just fine. then I change the jupiter config to 
serve the notebook via http. On the computer itself i can open using the ip 
address x.x.x.x:portnr and it opens fine asking for password and julia 
notebook works. But I cannot open it from any other computer. I tried using 
my iPhone as a internet gate in case my university blocked a port, but same 
issue. The port doesn't seem to be open for outside. On a note, I did the 
same on my old iMac and had the same problem. I thought I wait for a new 
computer in case I had screwed anything up on the old one, but alas, same 
problem. Anyone had similar issue and solved it?

set up: 

Xcode (App Store)

Anaconda (graphical installer)

Julia (downloaded 0.4.1 and symlink)

IJulia (Pkg.add)

Jupyter (conda install)


generated jupiter config file


added:


c=get_config()

c.NotebookApp.port=9999

c.NotebookApp.open_browser=False

c.NotebookApp.password = u'sha1:xyz....'

c.NotebookApp.ip = '*'


I have also tried with the ssh certfile and keyhole setup, but no change.

Reply via email to