I am using Jupiter Notebook in Anaconda.
I have managed to install pyspark and findpyspark.
I am now using the code: SPARK_HOME = C:\spark\spark-2.3.2-bin-hadoop2.7
to set sparks home.
However, I get the error:
File "<ipython-input-27-2126598a4c18>", line 1
SPARK_HOME = C:\spark\spark-2.3.2-bin-hadoop2.7
^
SyntaxError: invalid syntax
How can I resolve this?