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

sort kernel by displayname on menu #2591

Merged
merged 1 commit into from Feb 26, 2018
Merged

sort kernel by displayname on menu #2591

merged 1 commit into from Feb 26, 2018

Conversation

jkornblum
Copy link
Member

@jkornblum jkornblum commented Feb 25, 2018

Will sort the display order of kernelspecs on the menu by the kernel display name.

*Note: I couldn't switch kernels on my branch when writing this, however I couldn't switch kernels on the master branch either so I don't think it has to do with any of these code changes.

addresses #2513

const kernelMenuItems = Object.keys(kernelSpecs).map(generateSubMenu);
const kernelMenuItems = sortBy(kernelSpecs, "spec.display_name").map(
generateSubMenu
);
Copy link
Member

Choose a reason for hiding this comment

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

👍

@rgbkrk
Copy link
Member

rgbkrk commented Feb 26, 2018

I'll check the master branch issue out, thanks for sorting these @jkornblum

@rgbkrk rgbkrk merged commit f605126 into nteract:master Feb 26, 2018
@rgbkrk rgbkrk added this to the Jupyter Extension M1 milestone Feb 28, 2018
@rgbkrk rgbkrk mentioned this pull request Mar 7, 2018
7 tasks
@lock
Copy link

lock bot commented May 1, 2018

Howdy! I'm 🔓🤖!

In order to keep information timely (based on the most recent release), we want all activity to be added to either new issues or open issues and PRs. In service to that goal, I, the lock bot close inactive closed issues when they haven't had activity in 120 days.

Feel free to open a new issue for related bugs and link to relevant comments from this thread.

@lock lock bot locked and limited conversation to collaborators May 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants