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

Expose additional metadata to kernelspecs #262

Merged
merged 3 commits into from
Apr 23, 2024

Conversation

krassowski
Copy link
Contributor

Closes #261

Exposes the following metadata in the kernel specs:

  • language
  • raw_kernel_name
  • is_base_environment
  • is_currently_running

To allow for rich display/formatting on the frontend.

Each metadata entry is prefixed with conda_ to avoid conflicts with other metadata keys. I am happy to adjust the prefix but this appears sensible to me.

@krassowski
Copy link
Contributor Author

👋 hello, can someone with maintainer rights approve the CI checks?

Copy link
Collaborator

@mcg1969 mcg1969 left a comment

Choose a reason for hiding this comment

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

Looks good!

@mcg1969 mcg1969 merged commit 04c5fc6 into anaconda:master Apr 23, 2024
14 checks passed
@mcg1969
Copy link
Collaborator

mcg1969 commented Apr 23, 2024

@krassowski merged and tagged as 2.5.1

@krassowski
Copy link
Contributor Author

Thank you!

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

Successfully merging this pull request may close these issues.

Include kernel name and prefix in metadata
2 participants