itsjafer / jupyterlab-sparkmonitor

JupyterLab extension that enables monitoring launched Apache Spark jobs from within a notebook
https://krishnan-r.github.io/sparkmonitor/
Apache License 2.0
92 stars 23 forks source link

add support for Jupyter 3.3.2 #38

Open OrenBochman opened 2 years ago

OrenBochman commented 2 years ago

This extension won't install on Jupyter 3.3.2

euigfdbguiwerin93 commented 2 years ago

I think the reason may be Tornado. I faced some "event loop crashed" problems running this plugin. Luckily, when I downgraded my Tornado via pip from 6.1.2 to 6.1.0, everything worked fine. Hope this helps.