gatorsmile commented on code in PR #478:
URL: https://github.com/apache/spark-website/pull/478#discussion_r1329547154


##########
index.md:
##########
@@ -88,13 +88,17 @@ navigation:
         <div class="tab-content py-5 spark-install" id="nav-tabContent">
             <div class="tab-pane fade show active" id="nav-python" 
role="tabpanel" aria-labelledby="nav-python-tab">
                 <div class="mb-2 title">Run now</div>
-                <div style="font-size: 16px;">Install with 'pip' or try 
offical image
+                <div style="font-size: 16px;">Install with 'pip'
                 </div>
                 <div class="code">
                     <p>$ pip install pyspark</p>
                     <p>$ pyspark</p>
-                    <p>$ </p>
+                </div>
+                <div style="font-size: 16px;">Try offical image
+                </div>
+                <div class="code">
                     <p>$ docker run -it --rm spark:python3 
/opt/spark/bin/pyspark</p>
+                    <p>$ </p>

Review Comment:
   remove this line?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to