Cannot connect to Sparkmagic kernels #11125
-
Hello, I've trying to use VSCode to accept the Sparkmagic kernels that I installed on a venv using Poetry, so I can connect to an EMR instance via Livy, but when listing the kernels on the notebook interface, all that appears are Python versions and venvs from my computer. I tried this on PyCharm Pro and works well. Setup:
Steps to reproduce:SPARKMAGIC_LOCATION=$(pip show sparkmagic | grep Location | cut -d" " -f2)
jupyter nbextension enable --py --sys-prefix widgetsnbextension
jupyter-kernelspec install --user $SPARKMAGIC_LOCATION/sparkmagic/kernels/sparkkernel
jupyter-kernelspec install --user $SPARKMAGIC_LOCATION/sparkmagic/kernels/pysparkkernel
jupyter-kernelspec install --user $SPARKMAGIC_LOCATION/sparkmagic/kernels/sparkrkernel
jupyter serverextension enable --py sparkmagic What is expectedFor PySpark, Spark and SparkR to appear on VSCode kernel list What is happening |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@jvaesteves I've created an issue to discuss this issue, this looks like a bug. Lets continue the conversation there #11126 Note: This looks like a bug, hence the reason to move it into the issues. |
Beta Was this translation helpful? Give feedback.
@jvaesteves I've created an issue to discuss this issue, this looks like a bug. Lets continue the conversation there #11126
Note: This looks like a bug, hence the reason to move it into the issues.