How can I use IJulia in my browser?
When I start to open it by executing ipython notebook --profile julia
on my Terminal, a new window opens on my browse - however, it is IPython notebook, not IJulia notebook.
Why does it show IPython? For your information, I use Python 2.7.5 and iPython 1.1, and 0.2.0 for Julia. Also, when I tried running Pkg.add("IJulia")
, INFO: Nothing to be done.
was shown on my screen.