##// END OF EJS Templates
More docs work.
Brian E. Granger -
Show More
1 NO CONTENT: file renamed from examples/Notebook/Basic Output.ipynb to examples/IPython Kernel/Capturing Output.ipynb
NO CONTENT: file renamed from examples/Notebook/Basic Output.ipynb to examples/IPython Kernel/Capturing Output.ipynb
@@ -1,171 +1,172 b''
1 {
1 {
2 "metadata": {
2 "metadata": {
3 "name": "",
3 "name": "",
4 "signature": "sha256:05d033f19b2130f961fefb1eb215e6ddd32825cb8484a9b63dc520a97a35c854"
4 "signature": "sha256:f561491f848b5e0a18b0e57b033eea2a2de866c707f2be5d565ff091e5735bab"
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 "IPython Kernel"
30 "IPython Kernel"
31 ]
31 ]
32 },
32 },
33 {
33 {
34 "cell_type": "markdown",
34 "cell_type": "markdown",
35 "metadata": {},
35 "metadata": {},
36 "source": [
36 "source": [
37 "IPython provides extensions to the Python programming language that make working interactively convenient and efficient. These extensions are implemented in the IPython Kernel and are available in all of the IPython Frontends (Notebook, Terminal, Console and Qt Console) when running this kernel."
37 "IPython provides extensions to the Python programming language that make working interactively convenient and efficient. These extensions are implemented in the IPython Kernel and are available in all of the IPython Frontends (Notebook, Terminal, Console and Qt Console) when running this kernel."
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 "* [Cell Magics](Cell Magics.ipynb)\n",
52 "* [Cell Magics](Cell Magics.ipynb)\n",
53 "* [Script Magics](Script Magics.ipynb)\n",
53 "* [Script Magics](Script Magics.ipynb)\n",
54 "* [Displaying Rich Output Formats](Displaying Rich Output Formats.ipynb)\n",
54 "* [Displaying Rich Output Formats](Displaying Rich Output Formats.ipynb)\n",
55 "* [Custom Display Logic](Custom Display Logic.ipynb)\n",
55 "* [Custom Display Logic](Custom Display Logic.ipynb)\n",
56 "* [Plotting in the Notebook](Plotting in the Notebook.ipynb)"
56 "* [Plotting in the Notebook](Plotting in the Notebook.ipynb)\n",
57 "* [Capturing Output](Capturing Output.ipynb)"
57 ]
58 ]
58 },
59 },
59 {
60 {
60 "cell_type": "heading",
61 "cell_type": "heading",
61 "level": 2,
62 "level": 2,
62 "metadata": {},
63 "metadata": {},
63 "source": [
64 "source": [
64 "Examples"
65 "Examples"
65 ]
66 ]
66 },
67 },
67 {
68 {
68 "cell_type": "markdown",
69 "cell_type": "markdown",
69 "metadata": {},
70 "metadata": {},
70 "source": [
71 "source": [
71 "* [Background Jobs](Background Jobs.ipynb)\n",
72 "* [Background Jobs](Background Jobs.ipynb)\n",
72 "* [Trapezoid Rule](Trapezoid Rule.ipynb)\n",
73 "* [Trapezoid Rule](Trapezoid Rule.ipynb)\n",
73 "* [SymPy](SymPy.ipynb)\n",
74 "* [SymPy](SymPy.ipynb)\n",
74 "* [Raw Input in the Notebook](Raw Input in the Notebook.ipynb)"
75 "* [Raw Input in the Notebook](Raw Input in the Notebook.ipynb)"
75 ]
76 ]
76 },
77 },
77 {
78 {
78 "cell_type": "heading",
79 "cell_type": "heading",
79 "level": 2,
80 "level": 2,
80 "metadata": {},
81 "metadata": {},
81 "source": [
82 "source": [
82 "Non-notebook examples"
83 "Non-notebook examples"
83 ]
84 ]
84 },
85 },
85 {
86 {
86 "cell_type": "markdown",
87 "cell_type": "markdown",
87 "metadata": {},
88 "metadata": {},
88 "source": [
89 "source": [
89 "This directory also contains examples that are regular Python (`.py`) files."
90 "This directory also contains examples that are regular Python (`.py`) files."
90 ]
91 ]
91 },
92 },
92 {
93 {
93 "cell_type": "code",
94 "cell_type": "code",
94 "collapsed": false,
95 "collapsed": false,
95 "input": [
96 "input": [
96 "%run ../utils/list_pyfiles.ipy"
97 "%run ../utils/list_pyfiles.ipy"
97 ],
98 ],
98 "language": "python",
99 "language": "python",
99 "metadata": {},
100 "metadata": {},
100 "outputs": [
101 "outputs": [
101 {
102 {
102 "html": [
103 "html": [
103 "<a href='example-demo.py' target='_blank'>example-demo.py</a><br>"
104 "<a href='example-demo.py' target='_blank'>example-demo.py</a><br>"
104 ],
105 ],
105 "metadata": {},
106 "metadata": {},
106 "output_type": "display_data",
107 "output_type": "display_data",
107 "text": [
108 "text": [
108 "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/IPython Kernel/example-demo.py"
109 "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/IPython Kernel/example-demo.py"
109 ]
110 ]
110 },
111 },
111 {
112 {
112 "html": [
113 "html": [
113 "<a href='ipython-get-history.py' target='_blank'>ipython-get-history.py</a><br>"
114 "<a href='ipython-get-history.py' target='_blank'>ipython-get-history.py</a><br>"
114 ],
115 ],
115 "metadata": {},
116 "metadata": {},
116 "output_type": "display_data",
117 "output_type": "display_data",
117 "text": [
118 "text": [
118 "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/IPython Kernel/ipython-get-history.py"
119 "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/IPython Kernel/ipython-get-history.py"
119 ]
120 ]
120 }
121 }
121 ],
122 ],
122 "prompt_number": 1
123 "prompt_number": 1
123 },
124 },
124 {
125 {
125 "cell_type": "markdown",
126 "cell_type": "markdown",
126 "metadata": {},
127 "metadata": {},
127 "source": [
128 "source": [
128 "There are also a set of examples that show how to integrate IPython with different GUI event loops:"
129 "There are also a set of examples that show how to integrate IPython with different GUI event loops:"
129 ]
130 ]
130 },
131 },
131 {
132 {
132 "cell_type": "code",
133 "cell_type": "code",
133 "collapsed": false,
134 "collapsed": false,
134 "input": [
135 "input": [
135 "%run ../utils/list_subdirs.ipy"
136 "%run ../utils/list_subdirs.ipy"
136 ],
137 ],
137 "language": "python",
138 "language": "python",
138 "metadata": {},
139 "metadata": {},
139 "outputs": [
140 "outputs": [
140 {
141 {
141 "html": [
142 "html": [
142 "gui/<br>\n",
143 "gui/<br>\n",
143 "&nbsp;&nbsp;<a href='gui/gui-glut.py' target='_blank'>gui-glut.py</a><br>\n",
144 "&nbsp;&nbsp;<a href='gui/gui-glut.py' target='_blank'>gui-glut.py</a><br>\n",
144 "&nbsp;&nbsp;<a href='gui/gui-gtk.py' target='_blank'>gui-gtk.py</a><br>\n",
145 "&nbsp;&nbsp;<a href='gui/gui-gtk.py' target='_blank'>gui-gtk.py</a><br>\n",
145 "&nbsp;&nbsp;<a href='gui/gui-gtk3.py' target='_blank'>gui-gtk3.py</a><br>\n",
146 "&nbsp;&nbsp;<a href='gui/gui-gtk3.py' target='_blank'>gui-gtk3.py</a><br>\n",
146 "&nbsp;&nbsp;<a href='gui/gui-pyglet.py' target='_blank'>gui-pyglet.py</a><br>\n",
147 "&nbsp;&nbsp;<a href='gui/gui-pyglet.py' target='_blank'>gui-pyglet.py</a><br>\n",
147 "&nbsp;&nbsp;<a href='gui/gui-qt.py' target='_blank'>gui-qt.py</a><br>\n",
148 "&nbsp;&nbsp;<a href='gui/gui-qt.py' target='_blank'>gui-qt.py</a><br>\n",
148 "&nbsp;&nbsp;<a href='gui/gui-tk.py' target='_blank'>gui-tk.py</a><br>\n",
149 "&nbsp;&nbsp;<a href='gui/gui-tk.py' target='_blank'>gui-tk.py</a><br>\n",
149 "&nbsp;&nbsp;<a href='gui/gui-wx.py' target='_blank'>gui-wx.py</a><br>"
150 "&nbsp;&nbsp;<a href='gui/gui-wx.py' target='_blank'>gui-wx.py</a><br>"
150 ],
151 ],
151 "metadata": {},
152 "metadata": {},
152 "output_type": "display_data",
153 "output_type": "display_data",
153 "text": [
154 "text": [
154 "gui/\n",
155 "gui/\n",
155 " gui-glut.py\n",
156 " gui-glut.py\n",
156 " gui-gtk.py\n",
157 " gui-gtk.py\n",
157 " gui-gtk3.py\n",
158 " gui-gtk3.py\n",
158 " gui-pyglet.py\n",
159 " gui-pyglet.py\n",
159 " gui-qt.py\n",
160 " gui-qt.py\n",
160 " gui-tk.py\n",
161 " gui-tk.py\n",
161 " gui-wx.py"
162 " gui-wx.py"
162 ]
163 ]
163 }
164 }
164 ],
165 ],
165 "prompt_number": 2
166 "prompt_number": 2
166 }
167 }
167 ],
168 ],
168 "metadata": {}
169 "metadata": {}
169 }
170 }
170 ]
171 ]
171 } No newline at end of file
172 }
@@ -1,86 +1,85 b''
1 {
1 {
2 "metadata": {
2 "metadata": {
3 "name": "",
3 "name": "",
4 "signature": "sha256:3a1baa29ea406d91f7f73e83e7df226e22456ddbd9608e1474942620c6b40914"
4 "signature": "sha256:fe084460e647ed671f6335e872a6b8e83a00f03dd2c1c47122f99e1218164cf4"
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%3F.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 "* [Basic Output](Basic Output.ipynb)\n",
57 "* [Working With Markdown Cells](Working With Markdown Cells.ipynb)\n",
56 "* [Working With Markdown Cells](Working With Markdown Cells.ipynb)\n",
58 "* [Custom Keyboard Shortcuts](Custom Keyboard Shortcuts.ipynb)\n",
57 "* [Custom Keyboard Shortcuts](Custom Keyboard Shortcuts.ipynb)\n",
59 "* [JavaScript Notebook Extensions](JavaScript Notebook Extensions.ipynb)\n",
58 "* [JavaScript Notebook Extensions](JavaScript Notebook Extensions.ipynb)\n",
60 "* [Notebook Security](Notebook Security.ipynb)\n",
59 "* [Notebook Security](Notebook Security.ipynb)\n",
61 "* [Converting Notebooks With nbconvert](Converting Notebooks With nbconvert.ipynb)\n",
60 "* [Converting Notebooks With nbconvert](Converting Notebooks With nbconvert.ipynb)\n",
62 "* [Using nbconvert as a Library](Using nbconvert as a Library.ipynb)"
61 "* [Using nbconvert as a Library](Using nbconvert as a Library.ipynb)"
63 ]
62 ]
64 },
63 },
65 {
64 {
66 "cell_type": "heading",
65 "cell_type": "heading",
67 "level": 2,
66 "level": 2,
68 "metadata": {},
67 "metadata": {},
69 "source": [
68 "source": [
70 "Examples"
69 "Examples"
71 ]
70 ]
72 },
71 },
73 {
72 {
74 "cell_type": "markdown",
73 "cell_type": "markdown",
75 "metadata": {},
74 "metadata": {},
76 "source": [
75 "source": [
77 "* [Importing Notebooks](Importing Notebooks.ipynb)\n",
76 "* [Importing Notebooks](Importing Notebooks.ipynb)\n",
78 "* [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",
79 "* [Typesetting Equations](Typesetting Equations.ipynb)"
78 "* [Typesetting Equations](Typesetting Equations.ipynb)"
80 ]
79 ]
81 }
80 }
82 ],
81 ],
83 "metadata": {}
82 "metadata": {}
84 }
83 }
85 ]
84 ]
86 } No newline at end of file
85 }
General Comments 0
You need to be logged in to leave comments. Login now