You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/set-up-pyspark-interactive-environment.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: hrasheed
7
7
ms.reviewer: jasonh
8
8
ms.service: hdinsight
9
9
ms.topic: conceptual
10
-
ms.date: 04/14/2020
10
+
ms.date: 04/23/2020
11
11
---
12
12
13
13
# Set up the PySpark interactive environment for Visual Studio Code
@@ -18,9 +18,9 @@ We use **python/pip** command to build virtual environment in your Home path. If
18
18
19
19
1. Install [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installing/).
20
20
21
-
+ Install Python from [https://www.python.org/downloads/](https://www.python.org/downloads/).
22
-
+ Install pip from [https://pip.pypa.io/en/stable/installing](https://pip.pypa.io/en/stable/installing/) (if it's not installed from the Python installation).
23
-
+ Validate that Python and pip are installed successfully by using the following commands. (Optional)
21
+
* Install Python from [https://www.python.org/downloads/](https://www.python.org/downloads/).
22
+
* Install pip from [https://pip.pypa.io/en/stable/installing](https://pip.pypa.io/en/stable/installing/) (if it's not installed from the Python installation).
23
+
* Validate that Python and pip are installed successfully by using the following commands. (Optional)
24
24
25
25

26
26
@@ -59,12 +59,4 @@ Restart VS Code, and then go back to the script editor that's running **HDInsigh
59
59
60
60
*[Use Azure HDInsight Tool for Visual Studio Code](hdinsight-for-vscode.md)
61
61
*[Use Azure Toolkit for IntelliJ to create and submit Apache Spark Scala applications](spark/apache-spark-intellij-tool-plugin.md)
62
-
*[Use Azure Toolkit for IntelliJ to debug Apache Spark applications remotely through SSH](spark/apache-spark-intellij-tool-debug-remotely-through-ssh.md)
63
-
*[Use Azure Toolkit for IntelliJ to debug Apache Spark applications remotely through VPN](spark/apache-spark-intellij-tool-plugin-debug-jobs-remotely.md)
64
-
*[Use HDInsight Tools in Azure Toolkit for Eclipse to create Apache Spark applications](spark/apache-spark-eclipse-tool-plugin.md)
65
-
*[Use Apache Zeppelin notebooks with an Apache Spark cluster on HDInsight](spark/apache-spark-zeppelin-notebook.md)
66
-
*[Kernels available for Jupyter notebook in an Apache Spark cluster for HDInsight](spark/apache-spark-jupyter-notebook-kernels.md)
67
-
*[Use external packages with Jupyter notebooks](spark/apache-spark-jupyter-notebook-use-external-packages.md)
68
62
*[Install Jupyter on your computer and connect to an HDInsight Spark cluster](spark/apache-spark-jupyter-notebook-install-locally.md)
69
-
*[Visualize Apache Hive data with Microsoft Power BI in Azure HDInsight](hadoop/apache-hadoop-connect-hive-power-bi.md)
70
-
*[Use Apache Zeppelin to run Apache Hive queries in Azure HDInsight](./interactive-query/hdinsight-connect-hive-zeppelin.md)
0 commit comments