From 1405875382d6fda57055a84eed5fe2b53750a7b7 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 23 Jun 2015 22:08:53 -0400 Subject: [PATCH] Updated IPython Notebook Setup section to link to Python 3 and Spark 1.4 setup. Labeled Python 2 setup links. --- spark/spark.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spark/spark.ipynb b/spark/spark.ipynb index 0fa8c6d..811a0d8 100644 --- a/spark/spark.ipynb +++ b/spark/spark.ipynb @@ -41,7 +41,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Follow the instructions provided [here](http://ramhiser.com/2015/02/01/configuring-ipython-notebook-support-for-pyspark/) to configure IPython Notebook Support for PySpark." + "Follow the instructions provided [here](http://ramhiser.com/2015/02/01/configuring-ipython-notebook-support-for-pyspark/) to configure IPython Notebook Support for PySpark with Python 2.\n", + "\n", + "To run Python 3 with Spark 1.4+, check out the following posts on [Stack Overflow](http://stackoverflow.com/questions/30279783/apache-spark-how-to-use-pyspark-with-python-3) or [Reddit](http://www.reddit.com/r/datascience/comments/3ar1bd/continually_updated_data_science_python_notebooks/)." ] }, {