Shameless plug: SublimeIPythonNotebook works right away with Julia-backed 
IPython notebooks (and it is much simpler to instull - you don't need to 
use ZMQ because you are interacting with it through websockets). Right now 
it can connect to IJulia notebooks, edit and execute them. Syntax 
highlighting is currently from Python, but it should be easy to fix that. 
The fact that Sublime doesn't provide a way to insert an inline graph is 
much bigger issue for me though...

On Thursday, February 6, 2014 6:30:44 PM UTC-8, Jacob Quinn wrote:
>
> 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
>

Reply via email to