-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you #162
Comments
Hi @karthink! Thank you so much for your kind words. This means a lot to me. Your work on ob-julia looks great! I’ll have to check it out. Did you end up forking the Snail extension? If your work is more general, then maybe we should rename the Snail extension (ob-julia-snail) or something. |
It's a fork of the original This work is more general in that it supports multiple backends and has more extensive integration with Org. Once it supports all backends correctly ( I don't think there's a need to rename |
I'll give this a try sometime soon and if it works well maybe we should just remove the |
Cool. If we do this, we’ll put a prominent link to @karthink’s |
@karthink Would you be interested in writing up some basic docs on how to install and use your |
@karthink Would you be interested in writing up some basic docs on how to install and use your `ob-julia`? The current README doesn't give any guidance, but it'd be quite eager to give it a try.
I added some instructions, but there isn't much to it, you just need to install the package and
(require 'ob-julia)
(require 'ob-julia-snail)
|
I'll open an issue later but that wasn't enough for me to get it working at least. |
Hi @gcv,
I don't have an issue, just wanted to say thank you for writing and maintaining julia-snail. I've been using it for almost three years now, in a literate style inside Org mode. Without julia-snail I'd have had to use the LSP and give up on the literate approach. Cheers!
On that note, I'd like to mention a couple of things. Perhaps someone else might find them useful?
I maintain a custom version of
ob-julia
that's async and supports a variety of output options and MIME types. It also works with other Julia backends for Emacs, like ess-julia, although julia-snail is best supported.I use an IDE-like setup that works with the literate Org style or with Julia files (image 1, image 2),
The code is quite basic, it's not meant to be an emacs package.
Feel free to close this issue.
The text was updated successfully, but these errors were encountered: