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

IPython console: add horizontal scrolling bar #8361

Closed
Khalilsqu opened this issue Dec 4, 2018 · 1 comment
Closed

IPython console: add horizontal scrolling bar #8361

Khalilsqu opened this issue Dec 4, 2018 · 1 comment

Comments

@Khalilsqu
Copy link
Contributor

Khalilsqu commented Dec 4, 2018

This is rather a feature request or an option for those who like it.

I use quite often pandas and sometimes the columns number is too large. Printing the columns and inspecting few first rows is a common practice. Spyder wraps the columns on top of each other and thus the user sometimes find it hard to analyse quickly the data specially if the work is done in lower than 15 inch laptop screen.

spyder

For example in Pycharm the IPython windows shows the full length of all columns. It includes a horizontal scroll bar if the screen size does not allow displaying all columns.

Therefore, is it possible to make an option for the user to show a scrolling bar in IPython console which should avoid long texts or Dataframes being wrapped around.

pycharm

Thanks alot.

Regards

  • Spyder version: 4 beta1
  • Python version: 3.6
  • Qt version:
  • PyQt version:
  • Operating System name/version: windows
@ccordoba12
Copy link
Member

This is not something we can solve here. Please open it in this repo:

https://github.com/jupyter/qtconsole

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

No branches or pull requests

2 participants