This image shows the "Load and Select HDFS Data" paragraph with the following code: %spark val df1 = sqlContext.read .format("com.databricks.spark.csv") .option("header", "true") .option("inferSchema", "true") .load("hdfs:///user/demo/*.csv") val df2 = df1.select("trip_distance", "passenger_count", "Trip_duration_minutes", "tip_percentage", "total_amount", "Trip_ave_speed") The paragraph's status shows as "FINISHED". The paragraph's toolbar contains the following icons: "Run this paragraph (Shift+Enter)", "Hide editor (Ctrl+Alt+E)", "Show output (Ctrl+Alt+O)", and "gear".