The major change here is that nowgx, when in a Python buffer, will send code to a running IPython instance using the %cpaste magic function. This makes it far more convenient for running separate pieces of a python module interactively because it properly respects whitespace.
Other changes:
--install-gh in command-line help
update changelog with recent changes
fix for obsidian daily notes
add post-setup information for recent alacritty versions
The major change here is that now
gx
, when in a Python buffer, will send code to a running IPython instance using the%cpaste
magic function. This makes it far more convenient for running separate pieces of a python module interactively because it properly respects whitespace.Other changes:
--install-gh
in command-line help