如何在 jupyter notebook 上使用 python2

如何在 jupyter notebook 上使用 python2

我正在使用 mac book pro。我在 jupyter notebook 上使用 python3。但为了使用 apache-spark,我需要在 jupyter notebook 上使用 python2。有没有办法在 mac book pro 上同时使用 python2 和 python3?

答案1

根据Apache Spark网站:

Spark 可在 Java 8+、Python 2.7+ 上运行/3.4+和 R 3.1+。

相关内容