|
79 | 79 | alt: icon to represent an interactive widget
|
80 | 80 | src: assets/homepage/widget.svg
|
81 | 81 | - headline: Big data integration
|
82 |
| - description: Leverage big data tools, such as Apache Spark, from Python, R and Scala. Explore that same data with pandas, scikit-learn, ggplot2, TensorFlow. |
| 82 | + description: Leverage big data tools, such as Apache Spark, from Python, R, and Scala. Explore that same data with pandas, scikit-learn, ggplot2, and TensorFlow. |
83 | 83 | image:
|
84 | 84 | alt: spark logo to represent big data
|
85 | 85 | src: assets/homepage/spark.svg
|
|
140 | 140 | description: Project Jupyter promotes open standards that third-party developers can leverage to build customized applications. Think HTML and CSS for interactive computing on the web.
|
141 | 141 | features:
|
142 | 142 | - headline: Notebook Document Format
|
143 |
| - description: Jupyter Notebooks are an open document format based on JSON. They contain a complete record of the user's sessions and include code, narrative text, equations and rich output. |
| 143 | + description: Jupyter Notebooks are an open document format based on JSON. They contain a complete record of the user's sessions and include code, narrative text, equations, and rich output. |
144 | 144 | image:
|
145 | 145 | alt: icon to represent notebook format
|
146 | 146 | src: assets/homepage/notebook-format.svg
|
147 | 147 | - headline: Interactive Computing Protocol
|
148 |
| - description: The Notebook communicates with computational Kernels using the Interactive Computing Protocol, an open network protocol based on JSON data over ZMQ and WebSockets. |
| 148 | + description: The Notebook communicates with computational Kernels using the Interactive Computing Protocol, an open network protocol based on JSON data over ZMQ, and WebSockets. |
149 | 149 | image:
|
150 | 150 | alt: icon to represent a protocol
|
151 | 151 | src: assets/homepage/protocol.svg
|
|
0 commit comments