From 9547f9d390b579a287040675d4cc450b3838f298 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Thu, 12 Sep 2024 11:35:26 -0400 Subject: [PATCH] update readme --- README.org | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index aeebe1d..316b4b0 100644 --- a/README.org +++ b/README.org @@ -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]].