2

In ipython, I have the ipython_config.py

when I make changes in this file, how I can reload ipython ? (without restart ipython)

for example for change the prompt.

1 Answer 1

4

As far as I know, you can't - that file is read when you start IPython. You can change any configured value while IPython is running:

%config PromptManager.in_template = "\\#>>>"

That won't be stored in the config file, though.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks, worked for me %config TerminalInteractiveShell.editor = 'emacs'

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.