Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config.TerminalIPythonApp.nosep does not work #4194

Closed
facundobatista opened this issue Sep 11, 2013 · 5 comments
Closed

config.TerminalIPythonApp.nosep does not work #4194

facundobatista opened this issue Sep 11, 2013 · 5 comments

Comments

@facundobatista
Copy link

From the docs [0] I tried to set "c.TerminalIPythonApp.nosep" in True, but it doesn't work.

I expect the same behaviour that when starting ipython with --nosep, but after changing that in the config, I see no behaviour change.

Regards,

[0] http://ipython.org/ipython-doc/dev/config/ipython.html

@minrk
Copy link
Member

minrk commented Sep 11, 2013

The docs are wrong - nosep is a flag, corresponding to the following config:

c.InteractiveShell.separate_in = c.InteractiveShell.separate_out = c.InteractiveShell.separate_in2 = ''

@facundobatista
Copy link
Author

Min RK escribió (el 11/09/13 15:02):

The docs are wrong - nosep is a flag, corresponding to the following config:

c.InteractiveShell.separate_in = c.InteractiveShell.separate_out = c.InteractiveShell.separate_in2 = ''

Fantastic, thanks!

. Facundo
.
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
Twitter: @facundobatista

@Carreau
Copy link
Member

Carreau commented Jan 10, 2014

This is fixed on /dev/, but not on /stable/ what should we do ?

@damianavila
Copy link
Member

backport candidate, I think...

@minrk
Copy link
Member

minrk commented Jan 29, 2014

Since dev will become stable shortly, I don't think we need to backport the change.

@minrk minrk closed this as completed Jan 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants