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

ENH: in listdevice(), can column width be wider? #639

Closed
prjemian opened this issue Feb 3, 2022 · 4 comments · Fixed by #865
Closed

ENH: in listdevice(), can column width be wider? #639

prjemian opened this issue Feb 3, 2022 · 4 comments · Fixed by #865
Milestone

Comments

@prjemian
Copy link
Contributor

prjemian commented Feb 3, 2022

request from APS deposition lab

@prjemian prjemian added this to the future-milestone milestone Feb 3, 2022
@prjemian
Copy link
Contributor Author

Recently learned that pandas.DataFrame has a default column width of 50 characters. This can be changed as a global setting (for all DataFrames) but not individually. These tables look nice when rendered in a notebook. Control for wider columns can be obtained by switching to pyRestTable but the tables are not formatted in notebooks.

@prjemian prjemian modified the milestones: future-milestone, 1.6.15 Mar 13, 2023
@prjemian
Copy link
Contributor Author

Review #846 before this issue.

@prjemian
Copy link
Contributor Author

@prjemian
Copy link
Contributor Author

Could add a kwarg for non-default column width, which would force use of pyRestTable.

prjemian added a commit that referenced this issue May 23, 2023
prjemian added a commit that referenced this issue May 23, 2023
prjemian added a commit that referenced this issue May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant