Skip to content

Commit caa64a0

Browse files
committed
add back ipythonhandler for backwards compatibility for notebook extensions being installed on nbclassic
1 parent d0a7fda commit caa64a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jupyter_server/base/handlers.py

+7
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,13 @@ def write_error(self, status_code, **kwargs):
619619
self.write(html)
620620

621621

622+
class IPythonHandler(JupyterHandler):
623+
"""The IPythonHandler ensure backwards compatibility
624+
for the notebook extensions running on nbclassic.
625+
"""
626+
pass
627+
628+
622629
class APIHandler(JupyterHandler):
623630
"""Base class for API handlers"""
624631

0 commit comments

Comments
 (0)