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.
1 parent 5e0ab5d commit 8058889Copy full SHA for 8058889
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, **kwargs):
+ 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