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 57f8150 + c508af3 commit cd7a06cCopy full SHA for cd7a06c
notebook/notebookapp.py
@@ -2000,6 +2000,8 @@ def init_mime_overrides(self):
2000
# ensure css, js are correct, which are required for pages to function
2001
mimetypes.add_type('text/css', '.css')
2002
mimetypes.add_type('application/javascript', '.js')
2003
+ # for python <3.8
2004
+ mimetypes.add_type('application/wasm', '.wasm')
2005
2006
def shutdown_no_activity(self):
2007
"""Shutdown server on timeout when there are no kernels or terminals."""
0 commit comments