Explorar o código

More rewording based on @jzf2101 suggestions.

Jason Grout %!s(int64=7) %!d(string=hai) anos
pai
achega
f3daebeb02
Modificáronse 2 ficheiros con 7 adicións e 8 borrados
  1. 1 1
      README.md
  2. 6 7
      docs/source/getting_started/overview.rst

+ 1 - 1
README.md

@@ -25,7 +25,7 @@ Eventually, JupyterLab will replace the classic Jupyter Notebook.
 
 **JupyterLab is currently in beta.** The beta releases are suitable for general
 usage. For JupyterLab extension developers, the extension APIs will continue to
-change and iterate until the 1.0 release.
+evolve until the 1.0 release.
 
 For a good overview of JupyterLab, please see [this link](https://channel9.msdn.com/Events/PyData/Seattle2017/BRK11) to a recent talk we gave about JupyterLab at PyData Seattle (2017).
 

+ 6 - 7
docs/source/getting_started/overview.rst

@@ -3,8 +3,8 @@
 Overview
 --------
 
-*JupyterLab is the next-generation user interface for Project Jupyter.
-JupyterLab will eventually replace the classic Jupyter Notebook.*
+JupyterLab is the next-generation user interface for Project Jupyter.
+JupyterLab will eventually replace the classic Jupyter Notebook.
 
 JupyterLab is an extensible open-source web-based interface for Project Jupyter.
 In JupyterLab, you can arrange multiple notebooks, text editors, terminals,
@@ -31,11 +31,10 @@ JupyterLab also enables other models of interactive computing:
    have live preview of Markdown documents, or edit GeoJSON files with live
    updates of an adjoining map.
 
-JupyterLab also offers a unified model for viewing and handling data
-formats. This enables data in many formats (images, CSV, JSON, Markdown,
-PDF, Vega, Vega-Lite, etc.) to be opened as a file or returned by a
-kernel as rich output. See :ref:`file-and-output-formats` for more
-information.
+JupyterLab also offers a unified model for viewing and handling data formats.
+JupyterLab understands many file formats (images, CSV, JSON, Markdown, PDF,
+Vega, Vega-Lite, etc.) and can also display rich kernel output in these formats.
+See :ref:`file-and-output-formats` for more information.
 
 To navigate the user interface, JupyterLab offers :ref:`customizable keyboard shortcuts <shortcuts>`
 and the ability to use key maps from vim, emacs, and Sublime Text.