daler / dotfiles

dotfiles, batteries included
https://daler.github.io/dotfiles/
19 stars 13 forks source link

improve sending code to IPython #51

Closed daler closed 5 days ago

daler commented 5 days ago

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: