Re: [julia-users] Re: emacs IJulia notebook?

2015-09-07 Thread Ista Zahn
This is great! Can you list the steps required to get this working? Thanks, Ista On Sep 5, 2015 6:07 PM, "Maxwell Peterson" wrote: > I have just spent a few hours getting past this error and this thread is a > top google result, so I am adding my fix: > > I had

[julia-users] Re: emacs IJulia notebook?

2015-09-05 Thread Maxwell Peterson
I have just spent a few hours getting past this error and this thread is a top google result, so I am adding my fix: I had the same issue as Andrew. First, note that the tkf repo hasn't been updated for years, and the current emacs-ipython-notebook repo is millejoh's fork:

[julia-users] Re: emacs IJulia notebook?

2014-04-16 Thread James Porter
I would recommend installing IPython 2.0 (the latest version), Pkg.checkout(IJulia) to get the latest there (two weeks can mean fairly out of date, Julia-land moves quickly for the moment), and upgrading your emacs packages to the latest, and seeing if that helps (or at the very least gives a

[julia-users] Re: emacs IJulia notebook?

2014-04-16 Thread Andrew Dabrowski
I'm trying iPython 2.0, but now I'm getting this error: https://github.com/tkf/emacs-ipython-notebook/issues/137 That seems to still be an open issue with iPython 2. I get the same error whether I use stable emacs 24 or a bleeding edge version.

[julia-users] Re: emacs IJulia notebook?

2014-04-15 Thread James Porter
Are you on the latest versions of IPython, IJulia, and all the relevant emacs packages (websocket, ein, etc.)? I had to upgrade a few things to get it to work. Does IJulia work fine with the browser interface? On Thursday, April 10, 2014 3:26:12 PM UTC-5, Andrew Dabrowski wrote: OK, I just

[julia-users] Re: emacs IJulia notebook?

2014-04-15 Thread Andrew Dabrowski
Here's what I've got: ein 20140317 websocket 20140104 ipython 1.2.1 IJulia must be up to date since I only installed a couple of weeks ago. Anything else I should check? IJulia does in fact work fine with the web browser interface.

[julia-users] Re: emacs IJulia notebook?

2014-04-10 Thread Andrew Dabrowski
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

[julia-users] Re: emacs IJulia notebook?

2014-04-10 Thread Steven G. Johnson
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 (). You could try ipython notebook --port --profile julia On Thursday, April 10, 2014 11:36:36 AM UTC-4,