You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tornado 6.0 appears to have removed the tornado.web.asynchronous method, which handlers.py relies on:
[W 16:15:22.590 NotebookApp] Error loading server extension jupyter_spark
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/notebook/notebookapp.py", line 1575, in init_server_extensions
func(self)
File "/usr/lib/python3.6/site-packages/jupyter_spark/__init__.py", line 30, in load_jupyter_server_extension
from .handlers import SparkHandler
File "/usr/lib/python3.6/site-packages/jupyter_spark/handlers.py", line 8, in <module>
class SparkHandler(IPythonHandler):
File "/usr/lib/python3.6/site-packages/jupyter_spark/handlers.py", line 13, in SparkHandler
@tornado.web.asynchronous
AttributeError: module 'tornado.web' has no attribute 'asynchronous'
Tornado 6.0 appears to have removed the tornado.web.asynchronous method, which handlers.py relies on:
This has been noted in jupyter/notebook#4311 which may have a path to a fix.
pip freezeof the environment this was run on under Python 3.6.8: