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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array name autocompletion for IPython #425

Merged
merged 1 commit into from
Oct 29, 2019
Merged

Array name autocompletion for IPython #425

merged 1 commit into from
Oct 29, 2019

Conversation

banesullivan
Copy link
Member

@banesullivan banesullivan commented Oct 29, 2019

I have become accustomed to Pandas' autocompletion when indexing a DataFrame by a column name (e.g. df["a...) and have longed for this in PyVista when fetching arrays.

Now it's possible! 馃帀 馃巻

2019-10-28 22 25 21

@banesullivan banesullivan added the enhancement Changes that enhance the library label Oct 29, 2019
@banesullivan banesullivan self-assigned this Oct 29, 2019
@banesullivan banesullivan changed the title Add array name autocompletion for IPython Array name autocompletion for IPython Oct 29, 2019
@banesullivan
Copy link
Member Author

FYI: this is already available for the dict class so it was there all along in .point_arrays and .cell_arrays:

2019-10-28 22 38 33

@banesullivan banesullivan merged commit 4ac101d into master Oct 29, 2019
@banesullivan banesullivan deleted the tab-complete branch October 31, 2019 06:40
@banesullivan banesullivan added this to the 0.23.0 milestone Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Changes that enhance the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant