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

How unique should display names be? #6

Open
takluyver opened this issue Oct 26, 2018 · 1 comment
Open

How unique should display names be? #6

takluyver opened this issue Oct 26, 2018 · 1 comment

Comments

@takluyver
Copy link
Owner

We currently give kernel types relatively simple display names like "Python 3". The ability to have multiple independent kernel providers makes it more likely that multiple kernel types will have the same name, which is confusing for users.

I see two options for how we deal with this:

  1. Have interfaces listing kernels show the kernel type ID alongside the kernel name, e.g. "Python 3 (spec/python3)".
  2. Encourage kernel providers to provide more detailed display names which are more likely to be unique, e.g. "Python 3 (from kernelspec)" or "Python 3 (using server's Python)".

I favour option 1: while it might be a bit more intimidating for new users who only have one or two kernels available, it easily provides an unambiguous way to identify each kernel type. The identifiers will also probably be visible in other contexts (e.g. command line options). Finally, referring to things (variables, files, servers, etc.) by precise identifiers rather than vague descriptions is a key general concept which programmers have to be used to.

@kevin-bates
Copy link
Collaborator

I agree - option 1 over option 2.

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