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 fd216d2 + 8058889 commit 7061200Copy full SHA for 7061200
kernel_gateway/mixins.py
@@ -37,7 +37,7 @@ def set_default_headers(self):
37
# Don't set CSP: we're not serving frontend media types only JSON
38
self.clear_header('Content-Security-Policy')
39
40
- def options(self):
+ def options(self, *args, **kwargs):
41
"""Override the notebook implementation to return the headers
42
configured in `set_default_headers instead of the hardcoded set
43
supported by the handler base class in the notebook project.
0 commit comments