Comment by d0mine

5 years ago

> 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)))