Where do I put IPython configuration files?
问题 I have been trying to set my %edit editor to Emacs for a while and made very slow progress. The IPython 0.13 docs were unclear about how to actually configure this. It told me to set EDITOR to the desired editor (in my case, "emacsclient") by adding c = get_config() c.InteractiveShell.editor = 'emacsclient' to my config in my ipython folder. However, I couldn't find any such folder. I spent a very long time looking around to find just how to set IPython environment variables and found only