IJulia.jl icon indicating copy to clipboard operation
IJulia.jl copied to clipboard

Jupyter notebook does not open in Ubuntu14.04 VM VirtualBox

Open nickylikh opened this issue 9 years ago • 2 comments

I followed closely to the installation guide and IJulia was properly set up. Then, when I typed notebook() after using IJulia, the terminal shows Process('/home/xxx/.julia/v0.4/Conda/deps/usr/bin/jupyter notebook', ProcessExited(1)). I'm not sure if this is due to the fact that I'm using a Virtual Machine (VM VirtualBox) on a Windows OS. I tried the exactly same process on an Ubuntu operating desktop but it works.

nickylikh avatar Jul 14 '16 15:07 nickylikh

What happens if you type /home/xxx/.julia/v0.4/Conda/deps/usr/bin/jupyter notebook at the terminal (bash prompt)? (Maybe it gives a more informative error message.)

I suspect that this is a problem with Jupyter (not IJulia per se) when running under a VM in Windows.

stevengj avatar Jul 16 '16 12:07 stevengj

Is this version of Ubuntu even supported? I think you have to pay for support at this point.

Consider closing.

janxkoci avatar Feb 23 '22 09:02 janxkoci