We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962c5cc commit 4467dc9Copy full SHA for 4467dc9
notebook/base/handlers.py
@@ -577,7 +577,7 @@ def json_errors(method):
577
2. Create and return a JSON body with a message field describing
578
the error in a human readable form.
579
"""
580
- warnings.warn('@json_errors is deprecated. Use APIHandler',
+ warnings.warn('@json_errors is deprecated in notebook 5.2.0. Subclass APIHandler instead.',
581
DeprecationWarning,
582
stacklevel=2,
583
)
0 commit comments