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

make qtconsole size at startup configurable #3152

Merged
merged 2 commits into from
Apr 12, 2013

Conversation

Carreau
Copy link
Member

@Carreau Carreau commented Apr 9, 2013

requested on ML.

ping @klonuo use (c|--)IPythonWidget.(height|width)=<value> to change the startup value.

@klonuo
Copy link
Contributor

klonuo commented Apr 9, 2013

Nice :)
I'll keep in mind how easy IPython seems to be to configure!

Maybe also width/height docstrings could mention that size would double accordingly hsplit/vsplit, or maybe not?

@@ -155,6 +155,14 @@ def _font_family_default(self):
with the size of the font.
""")

width = Integer(81, config=True,
help="""The width of the console at start time in number of caracters
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

help="""The width of the console at start time in number of characters (will double with `hsplit` paging)

@Carreau
Copy link
Member Author

Carreau commented Apr 9, 2013

I'll keep in mind how easy IPython seems to be to configure!

You mean to "make configurable",
But yes, it is also easy to configure :-)

@Carreau
Copy link
Member Author

Carreau commented Apr 9, 2013

docstring updated.

@klonuo
Copy link
Contributor

klonuo commented Apr 9, 2013

Yes, to make configurable for easy configure :)

Thanks

@minrk
Copy link
Member

minrk commented Apr 12, 2013

Nice and easy, and oft requested. Merging, thanks!

minrk added a commit that referenced this pull request Apr 12, 2013
make qtconsole size at startup configurable

use `(c.|--)IPythonWidget.(height|width)=<value>` to change the startup value.
@minrk minrk merged commit 403330a into ipython:master Apr 12, 2013
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
make qtconsole size at startup configurable

use `(c.|--)IPythonWidget.(height|width)=<value>` to change the startup value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants