How to install and start the 0.4-pre Julia kernel with IPython notebook? -
i installed 0.4-pre julia kernel on mac, goes into
/applications/julia-0.4.0-pre-349a4e1977.app/contents/resources/julia/bin/julia
and set symbolic link kernel
ln -s /applications/julia-0.4.0-pre-349a4e1977.app/contents/resources/julia/bin/julia /usr/local/bin/julia
but in ipython notebook, aka jupiter, 0.3.10 starts when
ipython notebook --profile=julia
how include 0.4-pre kernel option in ipython notebook?
if have ipython/jupyter version 3 or above, should start with
ipython notebook
without
--profile julia
Comments
Post a Comment