ipdb icon indicating copy to clipboard operation
ipdb copied to clipboard

ipython_config.py seems to be loaded twice

Open rubenvereecken opened this issue 7 years ago • 0 comments

I have a simple ipython_config.py for my default ipython environment. It contains:

c = get_config()
c.InteractiveShellApp.exec_lines = [
  "print('Loaded ipython config')"
]

For some reason, the print statement seems to be executed twice. Any reason why this may be the case? Is this intended, and if it is not, is there a way to prevent this? The lines I'd want in there might not be idempotent and this could cause headaches further down the road.

I'm on version 0.10.3.

rubenvereecken avatar Aug 19 '18 10:08 rubenvereecken