mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-04 17:41:40 -05:00
update readme
This commit is contained in:
parent
57d5bf3f62
commit
9547f9d390
1 changed files with 7 additions and 2 deletions
|
@ -1,8 +1,13 @@
|
||||||
# -*- eval: (visual-line-mode 1) -*-
|
# -*- eval: (visual-line-mode 1) -*-
|
||||||
#+STARTUP: showall
|
#+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
|
This is a port of [[https://github.com/shg/julia-vterm.el][julia-vterm.el]] with some modification to deal with
|
||||||
and play nicely with =ipython=.
|
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]].
|
See also [[https://github.com/shg/python-vterm.el][the original author's efforts]].
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue