Emacs: Change IPython traceback background color from yellow to black
I use elpy
minor-mode for my local Python development work and it works great for me. Quickly dropping into a ipython
shell after evaluating the current buffer or a particular region (using elpy-shell-send-region-or-buffer
) is a great way to play around without even needing to invoke a debugger as the local and global namespaces are readily available there. There's a very nagging issue with ipython
though