You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same as title. It would be great, but I don't know if possible.
The problem with current workflow is that send#selection as a cut&paste is very slow when dealing with large cells and selections, at least in all terminals I tried (gnome,kitty,iterm).
I'm wondering if we can extend jukit_run to use it in other languages. Things I thought, though I don't know if they are possible
Run ipython instead of julia, and then run julia code from there using the juliacall package. Possibly the easiest option, but quite hacky
using IJulia.jl in some clever way. For instance, IJulia.magic_help already has some predefined 'magics', so perhaps they are easy to extend
Write a (small) julia package that handles jukit_run, but how?
simplest yet not as powerful: write the selection into a file, and then run include("file") into the repl
Any thoughts / help would be appreciated, as I'm not familiar at all with IPython's magics
The text was updated successfully, but these errors were encountered:
benkj
changed the title
extending the jukit_run helper to other languages (Julia)
extending the %jukit_run helper to other languages (Julia)
Dec 26, 2024
Same as title. It would be great, but I don't know if possible.
The problem with current workflow is that send#selection as a cut&paste is very slow when dealing with large cells and selections, at least in all terminals I tried (gnome,kitty,iterm).
I'm wondering if we can extend jukit_run to use it in other languages. Things I thought, though I don't know if they are possible
Any thoughts / help would be appreciated, as I'm not familiar at all with IPython's magics
The text was updated successfully, but these errors were encountered: