jupyter notebook添加spark kernel

失败的尝试:
pip install toree 通过apache toree添加kernel,jupyter中有apache_toree_scala的选项但是点开现实的是error,发现命令行报错:OSError: [WinError 193] %1 不是有效的 Win32 应用程序。

成功的尝试:
参考 https://blog.csdn.net/qq_18916311/article/details/76805821 使用spylon安装
中间遇到个错误:ERROR:Cannot uninstall ‘pywin32’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstal. 把Annaconda\Lib\site-packages下的pywin32文件夹和相关的egg-info删除后重新pip install win32解决问题
还有个错误是自己在配置环境变量的时候把spark_home的路径写到了bin下,导致初始化失败,更改环境变量后成功启动

你可能感兴趣的:(环境配置)