##// END OF EJS Templates
Correct the example notebook link to What is the IPython Notebook?
Phillip Nordwall -
Show More
@@ -1,85 +1,85 b''
1 {
1 {
2 "metadata": {
2 "metadata": {
3 "name": "",
3 "name": "",
4 "signature": "sha256:fe084460e647ed671f6335e872a6b8e83a00f03dd2c1c47122f99e1218164cf4"
4 "signature": "sha256:5a3c5ebae9154e13957e7c9d28bd3b7697c4b14f965482feb288d2cdf078983e"
5 },
5 },
6 "nbformat": 3,
6 "nbformat": 3,
7 "nbformat_minor": 0,
7 "nbformat_minor": 0,
8 "worksheets": [
8 "worksheets": [
9 {
9 {
10 "cells": [
10 "cells": [
11 {
11 {
12 "cell_type": "markdown",
12 "cell_type": "markdown",
13 "metadata": {},
13 "metadata": {},
14 "source": [
14 "source": [
15 "<img src=\"../images/ipython_logo.png\">"
15 "<img src=\"../images/ipython_logo.png\">"
16 ]
16 ]
17 },
17 },
18 {
18 {
19 "cell_type": "markdown",
19 "cell_type": "markdown",
20 "metadata": {},
20 "metadata": {},
21 "source": [
21 "source": [
22 "Back to the main [Index](../Index.ipynb)"
22 "Back to the main [Index](../Index.ipynb)"
23 ]
23 ]
24 },
24 },
25 {
25 {
26 "cell_type": "heading",
26 "cell_type": "heading",
27 "level": 1,
27 "level": 1,
28 "metadata": {},
28 "metadata": {},
29 "source": [
29 "source": [
30 "Notebook"
30 "Notebook"
31 ]
31 ]
32 },
32 },
33 {
33 {
34 "cell_type": "markdown",
34 "cell_type": "markdown",
35 "metadata": {},
35 "metadata": {},
36 "source": [
36 "source": [
37 "The IPython Notebook is a web-based interactive computing system that enables users to author documents that include live code, narrative text, LaTeX equations, HTML, images and video. These documents contain a full record of a computation and its results and can be shared on email, [Dropbox](http://dropbox.com), version control systems (like git/[GitHub](http://github.com)) or [nbviewer.ipython.org](http://nbviewer.ipython.org)."
37 "The IPython Notebook is a web-based interactive computing system that enables users to author documents that include live code, narrative text, LaTeX equations, HTML, images and video. These documents contain a full record of a computation and its results and can be shared on email, [Dropbox](http://dropbox.com), version control systems (like git/[GitHub](http://github.com)) or [nbviewer.ipython.org](http://nbviewer.ipython.org)."
38 ]
38 ]
39 },
39 },
40 {
40 {
41 "cell_type": "heading",
41 "cell_type": "heading",
42 "level": 2,
42 "level": 2,
43 "metadata": {},
43 "metadata": {},
44 "source": [
44 "source": [
45 "Tutorials"
45 "Tutorials"
46 ]
46 ]
47 },
47 },
48 {
48 {
49 "cell_type": "markdown",
49 "cell_type": "markdown",
50 "metadata": {},
50 "metadata": {},
51 "source": [
51 "source": [
52 "* [What is the IPython Notebook?](What is the IPython Notebook%3F.ipynb)\n",
52 "* [What is the IPython Notebook](What is the IPython Notebook.ipynb)\n",
53 "* [Running the Notebook Server](Running the Notebook Server.ipynb)\n",
53 "* [Running the Notebook Server](Running the Notebook Server.ipynb)\n",
54 "* [Notebook Basics](Notebook Basics.ipynb)\n",
54 "* [Notebook Basics](Notebook Basics.ipynb)\n",
55 "* [Running Code](Running Code.ipynb)\n",
55 "* [Running Code](Running Code.ipynb)\n",
56 "* [Working With Markdown Cells](Working With Markdown Cells.ipynb)\n",
56 "* [Working With Markdown Cells](Working With Markdown Cells.ipynb)\n",
57 "* [Custom Keyboard Shortcuts](Custom Keyboard Shortcuts.ipynb)\n",
57 "* [Custom Keyboard Shortcuts](Custom Keyboard Shortcuts.ipynb)\n",
58 "* [JavaScript Notebook Extensions](JavaScript Notebook Extensions.ipynb)\n",
58 "* [JavaScript Notebook Extensions](JavaScript Notebook Extensions.ipynb)\n",
59 "* [Notebook Security](Notebook Security.ipynb)\n",
59 "* [Notebook Security](Notebook Security.ipynb)\n",
60 "* [Converting Notebooks With nbconvert](Converting Notebooks With nbconvert.ipynb)\n",
60 "* [Converting Notebooks With nbconvert](Converting Notebooks With nbconvert.ipynb)\n",
61 "* [Using nbconvert as a Library](Using nbconvert as a Library.ipynb)"
61 "* [Using nbconvert as a Library](Using nbconvert as a Library.ipynb)"
62 ]
62 ]
63 },
63 },
64 {
64 {
65 "cell_type": "heading",
65 "cell_type": "heading",
66 "level": 2,
66 "level": 2,
67 "metadata": {},
67 "metadata": {},
68 "source": [
68 "source": [
69 "Examples"
69 "Examples"
70 ]
70 ]
71 },
71 },
72 {
72 {
73 "cell_type": "markdown",
73 "cell_type": "markdown",
74 "metadata": {},
74 "metadata": {},
75 "source": [
75 "source": [
76 "* [Importing Notebooks](Importing Notebooks.ipynb)\n",
76 "* [Importing Notebooks](Importing Notebooks.ipynb)\n",
77 "* [Connecting with the Qt Console](Connecting with the Qt Console.ipynb)\n",
77 "* [Connecting with the Qt Console](Connecting with the Qt Console.ipynb)\n",
78 "* [Typesetting Equations](Typesetting Equations.ipynb)"
78 "* [Typesetting Equations](Typesetting Equations.ipynb)"
79 ]
79 ]
80 }
80 }
81 ],
81 ],
82 "metadata": {}
82 "metadata": {}
83 }
83 }
84 ]
84 ]
85 } No newline at end of file
85 }
General Comments 0
You need to be logged in to leave comments. Login now