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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -