jupyter / kernels

Kernel testing and listing infrastructure
Other
18 stars 13 forks source link

python version >=3.8.0 cannot jupyter install pysparkkerrnel #11

Open zesluo opened 4 years ago

zesluo commented 4 years ago

Hello! I'm doing a vscode extension tool. I just found that python version >=3.8.0 cannot jupyter install pysparkkerrnel. However, it can work if python <3.8.0. our tool use ‘jupyter install sparkmagic’ and ‘jupyter.exe kernelspec install pysparkkernel’. As the picture shown, the link is here: https://pypi.org/project/sparkmagic/0.15.0/#history, it doesn’t apply to python 3.8.0. Thanks a lot!

image

image image