Skip to content

Commit 2d51b5c

Browse files
authored
Merge branch 'master' into cut-nbviewer-nav-link
2 parents 6e530eb + 51fbf67 commit 2d51b5c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

_data/nav.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ head:
77
- title: Events
88
url: /events
99
- Documentation
10-
- JupyterHub
1110
- Widgets
1211
- title: Blog
1312
url: https://blog.jupyter.org

index.html

+5-5
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>
@@ -153,7 +153,7 @@ <h4>Code meets data</h4>
153153
</div>
154154
</div>
155155
<div class="col-md-12" style="text-align: center; margin-top: 24px;">
156-
<a class="orange-button" href="https://jupyterhub.readthedocs.io/en/stable/">Learn more about JupyterHub</a>
156+
<a class="orange-button" href="/hub">Learn more about JupyterHub</a>
157157
</div>
158158
</div>
159159
</div>

0 commit comments

Comments
 (0)