Skip to content

Commit 32eb631

Browse files
authored
Merge pull request jupyter#446 from jupyter/indefinite-article
Revert back to indefinite article for JupyterLab's "next-generation" status
2 parents 8ffa219 + ec54667 commit 32eb631

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<div class="row">
4343
<div class="col-md-12">
4444
<div class="col-md-8 col-md-offset-2">
45-
<h4 class="jumbotron-text">Project Jupyter develops open-source software, open standards
45+
<h4 class="jumbotron-text">Project Jupyter develops open-source software, open standards,
4646
and services for interactive computing across dozens of programming languages.</h4>
4747
</div>
4848
</div>
@@ -58,8 +58,8 @@ <h4 class="jumbotron-text">Project Jupyter develops open-source software, open s
5858
<img class="img-responsive" src="assets/labpreview.png" id="portal" alt="examples of jupyterlab workspaces in single document and multiple document workspaces"/>
5959
</div>
6060
<div class="col-md-6 nb-highlight-text">
61-
<h3>JupyterLab: The Next-Generation Notebook Interface</h3>
62-
<h4 class="nb-desc">JupyterLab is a web-based interactive development environment for notebooks, code and data. Its flexible interface allows users to configure and arrange workflows in data science, scientific computing, computational journalism and machine learning. A modular design allows for extensions that expand and enrich functionality.</h4>
61+
<h3>JupyterLab: A Next-Generation Notebook Interface</h3>
62+
<h4 class="nb-desc">JupyterLab is a web-based interactive development environment for notebooks, code, and data. Its flexible interface allows users to configure and arrange workflows in data science, scientific computing, computational journalism, and machine learning. A modular design allows for extensions that expand and enrich functionality.</h4>
6363
<div class="button-container">
6464
<a class="orange-button" href="try">Try it in your browser</a>
6565
<a class="orange-button install-button" href="install.html">Install JupyterLab</a>
@@ -81,7 +81,7 @@ <h4 class="nb-desc">JupyterLab is a web-based interactive development environmen
8181
<div class="col-md-6 nb-highlight-text">
8282
<h3>Jupyter Notebook: The Classic Notebook Interface</h3>
8383
<h4 class="nb-desc">The Jupyter Notebook is a web application for creating and sharing
84-
documents that contain code, visualizations and text. It can be used for data science, statistical modeling, machine learning and much more.</h4>
84+
documents that contain code, visualizations, and text. It can be used for data science, statistical modeling, machine learning, and much more.</h4>
8585
<div class="button-container">
8686
<a class="orange-button" href="try">Try it in your browser</a>
8787
<a class="orange-button install-button" href="install.html">Install the Notebook</a>

0 commit comments

Comments
 (0)