|
31 | 31 | "- Images\n",
|
32 | 32 | "- Video\n",
|
33 | 33 | "\n",
|
34 |
| - "These documents provide a **complete and self-contained record of a computation** that can be converted to various formats and shared with others using email, [Dropbox](http://dropbox.com), version control systems (like git/[GitHub](http://github.com)) or [nbviewer.jupyter.org](http://nbviewer.jupyter.org)." |
| 34 | + "These documents provide a **complete and self-contained record of a computation** that can be converted to various formats and shared with others using email, [Dropbox](https://www.dropbox.com/), version control systems (like git/[GitHub](https://github.com)) or [nbviewer.jupyter.org](http://nbviewer.jupyter.org)." |
35 | 35 | ]
|
36 | 36 | },
|
37 | 37 | {
|
|
79 | 79 | "* See the results of computations with **rich media representations**, such as HTML, LaTeX, PNG, SVG, PDF, etc.\n",
|
80 | 80 | "* Create and use **interactive JavaScript widgets**, which bind interactive user interface controls and visualizations to reactive kernel side computations.\n",
|
81 | 81 | "* Author **narrative text** using the [Markdown](https://daringfireball.net/projects/markdown/) markup language.\n",
|
82 |
| - "* Include mathematical equations using **LaTeX syntax in Markdown**, which are rendered in-browser by [MathJax](http://www.mathjax.org/)." |
| 82 | + "* Include mathematical equations using **LaTeX syntax in Markdown**, which are rendered in-browser by [MathJax](https://www.mathjax.org/)." |
83 | 83 | ]
|
84 | 84 | },
|
85 | 85 | {
|
|
101 | 101 | "\n",
|
102 | 102 | "* Python(https://github.com/ipython/ipython)\n",
|
103 | 103 | "* Julia (https://github.com/JuliaLang/IJulia.jl)\n",
|
104 |
| - "* R (https://github.com/takluyver/IRkernel)\n", |
| 104 | + "* R (https://github.com/IRkernel/IRkernel)\n", |
105 | 105 | "* Ruby (https://github.com/minrk/iruby)\n",
|
106 | 106 | "* Haskell (https://github.com/gibiansky/IHaskell)\n",
|
107 | 107 | "* Scala (https://github.com/Bridgewater/scala-notebook)\n",
|
|
149 | 149 | "* **Heading cells:** 6 levels of hierarchical organization and formatting\n",
|
150 | 150 | "* **Raw cells:** Unformatted text that is included, without modification, when notebooks are converted to different formats using nbconvert\n",
|
151 | 151 | "\n",
|
152 |
| - "Internally, notebook documents are **[JSON](http://en.wikipedia.org/wiki/JSON) data** with **binary values [base64](http://en.wikipedia.org/wiki/Base64)** encoded. This allows them to be **read and manipulated programmatically** by any programming language. Because JSON is a text format, notebook documents are version control friendly.\n", |
| 152 | + "Internally, notebook documents are **[JSON](https://en.wikipedia.org/wiki/JSON) data** with **binary values [base64](http://en.wikipedia.org/wiki/Base64)** encoded. This allows them to be **read and manipulated programmatically** by any programming language. Because JSON is a text format, notebook documents are version control friendly.\n", |
153 | 153 | "\n",
|
154 |
| - "**Notebooks can be exported** to different static formats including HTML, reStructeredText, LaTeX, PDF, and slide shows ([reveal.js](http://lab.hakim.se/reveal-js/#/)) using Jupyter's `nbconvert` utility.\n", |
| 154 | + "**Notebooks can be exported** to different static formats including HTML, reStructeredText, LaTeX, PDF, and slide shows ([reveal.js](http://lab.hakim.se/reveal-js/)) using Jupyter's `nbconvert` utility.\n", |
155 | 155 | "\n",
|
156 |
| - "Furthermore, any notebook document available from a **public URL on or GitHub can be shared** via [nbviewer](http://nbviewer.ipython.org). This service loads the notebook document from the URL and renders it as a static web page. The resulting web page may thus be shared with others **without their needing to install the Jupyter Notebook**." |
| 156 | + "Furthermore, any notebook document available from a **public URL on or GitHub can be shared** via [nbviewer](http://nbviewer.jupyter.org). This service loads the notebook document from the URL and renders it as a static web page. The resulting web page may thus be shared with others **without their needing to install the Jupyter Notebook**." |
157 | 157 | ]
|
158 | 158 | }
|
159 | 159 | ],
|
|
0 commit comments