← Back to context

Comment by dr_kiszonka

5 years ago

Thanks for the link. Do you know if it supports interactive Plotły plots?

I have tried emacs a couple of times over the last 20 years (spacemacs most recently) and it always made me feel stupid. I love the idea and flexibility, and it just seems so cool, but setting up the environment and config were pretty overwhelming to me.

> Do you know if it supports interactive Plotły plots?

I haven't tried it myself but perhaps it might work via widgets https://github.com/nnicandro/emacs-jupyter#building-the-widg... (my guess that might be the overwhelming part)

If all you need is TUI for Jupyter, then a minimal .emacs conf. from the link would do:

  ; M-x package-install RET jupyter RET
  (org-babel-do-load-languages
   'org-babel-load-languages
   '((emacs-lisp . t)
     (julia . t)
     (python . t)
     (jupyter . t)))

Static images are well supported, but I haven't heard of anything about interactive plots. Of course, it's possible in principle, but someone would need to code it.