If it is just connecting to the IPython notebook HTTP server, the only difference it should have to deal with is that IJulia uses a different default port (8998) than IPython (8888). You could try ipython notebook --port 8888 --profile julia
On Thursday, April 10, 2014 11:36:36 AM UTC-4, Andrew Dabrowski wrote: > > I tried both the ein and ipython emacs packages but wasn't able to connect > Julia (Python works fine). If you'd like I could try it again and post the > error messages. > > On Thursday, April 10, 2014 11:15:04 AM UTC-4, Stefan Karpinski wrote: >> >> Does anyone have any experience using Emacs IPython >> Notebook<http://tkf.github.io/emacs-ipython-notebook/>but with IJulia? >> >
