allisonwang-db commented on code in PR #477:
URL: https://github.com/apache/spark-website/pull/477#discussion_r1329098596


##########
index.md:
##########
@@ -88,11 +88,13 @@ 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;">Installing with 'pip'
+                <div style="font-size: 16px;">Install with 'pip' or try 
offical image
                 </div>
                 <div class="code">
                     <p>$ pip install pyspark</p>
                     <p>$ pyspark</p>
+                    <p>$ </p>
+                    <p>$ docker run -it --rm spark:python3 
/opt/spark/bin/pyspark</p>

Review Comment:
   @zhengruifeng I feel this "try official image" is a bit unclear. Maybe we 
can reformat to this?
   ```
   Install with pip
   <code block>
   Install with docker
   <code block>
   ```
   



-- 
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