(let* ( (profile-name "profile_for_emacs") (folder-name-getter `(substring (shell-command-to-string (concat "ipython locate profile " ,profile-name)) 0 -1)) ) (unless (file-directory-p (eval folder-name-getter)) (shell-command (concat "ipython profile create " profile-name)) (let ((ipython-config-folder (eval folder-name-getter))) (shell-command (concat "echo \"\n\nc.InteractiveShellApp.extensions
