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 the same issue as Andrew. First, n

[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: https://github.com/mi

[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-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-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-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 t

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

2014-04-10 Thread Stefan Karpinski
Ah, that's great. This seems like it should be a much better way to use Julia from emacs. On Thu, Apr 10, 2014 at 4:19 PM, James Porter wrote: > Confirmed that it works provided you give ein the correct port. Syntax > highlighting and tab behavior is obviously wonky but you can make new > cells,

[julia-users] Re: emacs IJulia notebook?

2014-04-10 Thread James Porter
Confirmed that it works provided you give ein the correct port. Syntax highlighting and tab behavior is obviously wonky but you can make new cells, execute code, etc. just fine. —James P.S. this is awesome :D On Thursday, April 10, 2014 1:32:33 PM UTC-5, Steven G. Johnson wrote: > > If it is j

[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, Andr

[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 >