Thanks Jacob, this sounds great. Problem when following the installation instructions though:
After successfully installing ZMQ and IJulia in the Julia (0.2.0) console and then installing IJulia in Sublime I get: "ZMQ Shared Library not found at /usr/local/Cellar/zeromq/3.2.4/lib/libzmq.dylib" in an Sublime error pop-up. I tried: $ brew install zmq Warning: zeromq-4.0.3 already installed but it seems to be installed alright. Any ideas? Regards, Robert Den fredagen den 7:e februari 2014 kl. 03:30:44 UTC+1 skrev Jacob Quinn: > > I'm grateful for those who have patiently hacked through the platform > issues in getting this working, but I think we're finally out of alpha and > into beta mode! > > https://github.com/karbarcca/Sublime-IJulia > > For those who don't know, this is the official successor to the > Sublime-Julia <https://github.com/karbarcca/Sublime-Julia> (no longer > being developed), based on the IJulia<https://github.com/JuliaLang/IJulia.jl> > kernel > backend. Basically, we start up an IJulia kernel and use a Sublime Text > view as a "console". This allows for rapid development all within > Sublime<http://www.sublimetext.com/3>. > Once your setup is ready (setting the path to your julia executable, ZMQ > library), you can open up a console view by typing `ctrl+shift+p`, then > typing "Open IJulia". If the setup is correct, you'll see the julia banner > displayed after a few seconds in a new sublime view. At that point, you're > free to enter in code directly in the REPL view, or send code to it from > any .jl file with the ctrl+enter commands. > > Other major features include sublime snippets (code completions) for .jl > files based on the function API reference of the standard > library<http://docs.julialang.org/en/latest/stdlib/>, > as well as the official julia syntax file for sublime with a quick command > to apply the syntax to all your .jl files currently open (ctrl+shift+p, > then type "Apply Julia syntax"). > > Anyway, hopefully this is helpful to people. I know it's my personal > preferred IDE/terminal on windows with a lack of other great options. > > If you run into issues installing or have a great idea for a feature, feel > free to open an issue > here<https://github.com/karbarcca/Sublime-IJulia/issues?state=open>, > I'm more than happy to help/discuss. > > Cheers, > > -Jacob >
