mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Merge pull request #609 from darabos/patch-1
Fix typo in documentation ("wiget")
This commit is contained in:
commit
4c5bb7447c
@ -77,7 +77,7 @@
|
||||
"* **Edit code in the browser**, with automatic syntax highlighting, indentation, and tab completion/introspection.\n",
|
||||
"* **Run code from the browser**, with the results of computations attached to the code which generated them.\n",
|
||||
"* See the results of computations with **rich media representations**, such as HTML, LaTeX, PNG, SVG, PDF, etc.\n",
|
||||
"* Create and use **interactive JavaScript wigets**, which bind interactive user interface controls and visualizations to reactive kernel side computations.\n",
|
||||
"* Create and use **interactive JavaScript widgets**, which bind interactive user interface controls and visualizations to reactive kernel side computations.\n",
|
||||
"* Author **narrative text** using the [Markdown](https://daringfireball.net/projects/markdown/) markup language.\n",
|
||||
"* Build **hierarchical documents** that are organized into sections with different levels of headings.\n",
|
||||
"* Include mathematical equations using **LaTeX syntax in Markdown**, which are rendered in-browser by [MathJax](http://www.mathjax.org/)."
|
||||
|
@ -48,7 +48,7 @@ The notebook web application enables users to:
|
||||
attached to the code which generated them.
|
||||
- See the results of computations with **rich media representations**,
|
||||
such as HTML, LaTeX, PNG, SVG, PDF, etc.
|
||||
- Create and use **interactive JavaScript wigets**, which bind
|
||||
- Create and use **interactive JavaScript widgets**, which bind
|
||||
interactive user interface controls and visualizations to reactive
|
||||
kernel side computations.
|
||||
- Author **narrative text** using the
|
||||
|
Loading…
Reference in New Issue
Block a user