update readme

This commit is contained in:
Valentin Boettcher 2024-09-12 11:35:26 -04:00
parent 57d5bf3f62
commit 9547f9d390
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -1,8 +1,13 @@
# -*- eval: (visual-line-mode 1) -*-
#+STARTUP: showall
*This is a straight port of [[https://github.com/shg/julia-vterm.el][julia-vterm.el]].* I only modified the code slightly to deal correctly with python environments
and play nicely with =ipython=.
This is a port of [[https://github.com/shg/julia-vterm.el][julia-vterm.el]] with some modification to deal with
python (virtual) environments and play nicely with =ipython= and the
like.
Some advantages over the built-in python interaction is the ability to
run ~ipython~ with it's fancy prompt and make use of ~spyder~-like code
cells (see below) or running the current function.
See also [[https://github.com/shg/python-vterm.el][the original author's efforts]].