Search code examples
ipythonjuliaijulia-notebook

Cannot open IJulia; it instead starts IPython


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.


Solution

  • Probably just a caching issue of the logo. Try executing some code to see if the kernel is actually python or Julia. IJulia notebook is actually an IPython notebook, but which talk to Julia in the back.