We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c469e0 + fcdcb52 commit 920d9e1Copy full SHA for 920d9e1
jupyter_client/kernelspec.py
@@ -180,7 +180,10 @@ def _deprecated_trait(self, change):
180
# protects backward-compatible config from warnings
181
# if they set the same value under both names
182
self.log.warning(
183
- "{cls}.{old} is deprecated in JupyterLab {version}, use {cls}.{new} instead".format(
+ (
184
+ "{cls}.{old} is deprecated in jupyter_client "
185
+ "{version}, use {cls}.{new} instead"
186
+ ).format(
187
cls=self.__class__.__name__,
188
old=old_attr,
189
new=new_attr,
0 commit comments