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

Rename trait to allowed_kernelspecs #672

Merged
merged 9 commits into from
Aug 5, 2021
Prev Previous commit
Next Next commit
Update jupyter_client/kernelspec.py
Co-authored-by: Kevin Bates <[email protected]>
blink1073 and kevin-bates authored Aug 5, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit f694942234c8cf4075bc4906d3548c1767f70d1c
2 changes: 1 addition & 1 deletion jupyter_client/kernelspec.py
Original file line number Diff line number Diff line change
@@ -164,7 +164,7 @@ def _user_kernel_dir_default(self):
)

_deprecated_aliases = {
"whitelist": ("allowed_kernel_names", "7.0"),
"whitelist": ("allowed_kernelspecs", "7.0"),
}

# Method copied from