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

Add a metadata field to kernelspecs. #274

Merged
merged 1 commit into from
Jul 6, 2017

Commits on Jul 4, 2017

  1. Add a metadata field to kernelspecs.

    Currently, the only way for a kernel to offer additional information about its
    capabilities is to encode information into the kernel name or display name;
    this information can be useful to clients, especially for things like
    filtering a list of kernels.
    
    This adds support for a new kernelspec dict field, `metadata`. This allows
    kernels to add additional information, which clients can then consume as
    needed.
    craigcitro committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    f27925b View commit details
    Browse the repository at this point in the history