##// 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
@@ -1,171 +1,172 b''
1 1 {
2 2 "metadata": {
3 3 "name": "",
4 "signature": "sha256:05d033f19b2130f961fefb1eb215e6ddd32825cb8484a9b63dc520a97a35c854"
4 "signature": "sha256:f561491f848b5e0a18b0e57b033eea2a2de866c707f2be5d565ff091e5735bab"
5 5 },
6 6 "nbformat": 3,
7 7 "nbformat_minor": 0,
8 8 "worksheets": [
9 9 {
10 10 "cells": [
11 11 {
12 12 "cell_type": "markdown",
13 13 "metadata": {},
14 14 "source": [
15 15 "<img src=\"../images/ipython_logo.png\">"
16 16 ]
17 17 },
18 18 {
19 19 "cell_type": "markdown",
20 20 "metadata": {},
21 21 "source": [
22 22 "Back to the main [Index](../Index.ipynb)"
23 23 ]
24 24 },
25 25 {
26 26 "cell_type": "heading",
27 27 "level": 1,
28 28 "metadata": {},
29 29 "source": [
30 30 "IPython Kernel"
31 31 ]
32 32 },
33 33 {
34 34 "cell_type": "markdown",
35 35 "metadata": {},
36 36 "source": [
37 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 41 "cell_type": "heading",
42 42 "level": 2,
43 43 "metadata": {},
44 44 "source": [
45 45 "Tutorials"
46 46 ]
47 47 },
48 48 {
49 49 "cell_type": "markdown",
50 50 "metadata": {},
51 51 "source": [
52 52 "* [Cell Magics](Cell Magics.ipynb)\n",
53 53 "* [Script Magics](Script Magics.ipynb)\n",
54 54 "* [Displaying Rich Output Formats](Displaying Rich Output Formats.ipynb)\n",
55 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 61 "cell_type": "heading",
61 62 "level": 2,
62 63 "metadata": {},
63 64 "source": [
64 65 "Examples"
65 66 ]
66 67 },
67 68 {
68 69 "cell_type": "markdown",
69 70 "metadata": {},
70 71 "source": [
71 72 "* [Background Jobs](Background Jobs.ipynb)\n",
72 73 "* [Trapezoid Rule](Trapezoid Rule.ipynb)\n",
73 74 "* [SymPy](SymPy.ipynb)\n",
74 75 "* [Raw Input in the Notebook](Raw Input in the Notebook.ipynb)"
75 76 ]
76 77 },
77 78 {
78 79 "cell_type": "heading",
79 80 "level": 2,
80 81 "metadata": {},
81 82 "source": [
82 83 "Non-notebook examples"
83 84 ]
84 85 },
85 86 {
86 87 "cell_type": "markdown",
87 88 "metadata": {},
88 89 "source": [
89 90 "This directory also contains examples that are regular Python (`.py`) files."
90 91 ]
91 92 },
92 93 {
93 94 "cell_type": "code",
94 95 "collapsed": false,
95 96 "input": [
96 97 "%run ../utils/list_pyfiles.ipy"
97 98 ],
98 99 "language": "python",
99 100 "metadata": {},
100 101 "outputs": [
101 102 {
102 103 "html": [
103 104 "<a href='example-demo.py' target='_blank'>example-demo.py</a><br>"
104 105 ],
105 106 "metadata": {},
106 107 "output_type": "display_data",
107 108 "text": [
108 109 "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/IPython Kernel/example-demo.py"
109 110 ]
110 111 },
111 112 {
112 113 "html": [
113 114 "<a href='ipython-get-history.py' target='_blank'>ipython-get-history.py</a><br>"
114 115 ],
115 116 "metadata": {},
116 117 "output_type": "display_data",
117 118 "text": [
118 119 "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/IPython Kernel/ipython-get-history.py"
119 120 ]
120 121 }
121 122 ],
122 123 "prompt_number": 1
123 124 },
124 125 {
125 126 "cell_type": "markdown",
126 127 "metadata": {},
127 128 "source": [
128 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 133 "cell_type": "code",
133 134 "collapsed": false,
134 135 "input": [
135 136 "%run ../utils/list_subdirs.ipy"
136 137 ],
137 138 "language": "python",
138 139 "metadata": {},
139 140 "outputs": [
140 141 {
141 142 "html": [
142 143 "gui/<br>\n",
143 144 "&nbsp;&nbsp;<a href='gui/gui-glut.py' target='_blank'>gui-glut.py</a><br>\n",
144 145 "&nbsp;&nbsp;<a href='gui/gui-gtk.py' target='_blank'>gui-gtk.py</a><br>\n",
145 146 "&nbsp;&nbsp;<a href='gui/gui-gtk3.py' target='_blank'>gui-gtk3.py</a><br>\n",
146 147 "&nbsp;&nbsp;<a href='gui/gui-pyglet.py' target='_blank'>gui-pyglet.py</a><br>\n",
147 148 "&nbsp;&nbsp;<a href='gui/gui-qt.py' target='_blank'>gui-qt.py</a><br>\n",
148 149 "&nbsp;&nbsp;<a href='gui/gui-tk.py' target='_blank'>gui-tk.py</a><br>\n",
149 150 "&nbsp;&nbsp;<a href='gui/gui-wx.py' target='_blank'>gui-wx.py</a><br>"
150 151 ],
151 152 "metadata": {},
152 153 "output_type": "display_data",
153 154 "text": [
154 155 "gui/\n",
155 156 " gui-glut.py\n",
156 157 " gui-gtk.py\n",
157 158 " gui-gtk3.py\n",
158 159 " gui-pyglet.py\n",
159 160 " gui-qt.py\n",
160 161 " gui-tk.py\n",
161 162 " gui-wx.py"
162 163 ]
163 164 }
164 165 ],
165 166 "prompt_number": 2
166 167 }
167 168 ],
168 169 "metadata": {}
169 170 }
170 171 ]
171 172 } No newline at end of file
@@ -1,86 +1,85 b''
1 1 {
2 2 "metadata": {
3 3 "name": "",
4 "signature": "sha256:3a1baa29ea406d91f7f73e83e7df226e22456ddbd9608e1474942620c6b40914"
4 "signature": "sha256:fe084460e647ed671f6335e872a6b8e83a00f03dd2c1c47122f99e1218164cf4"
5 5 },
6 6 "nbformat": 3,
7 7 "nbformat_minor": 0,
8 8 "worksheets": [
9 9 {
10 10 "cells": [
11 11 {
12 12 "cell_type": "markdown",
13 13 "metadata": {},
14 14 "source": [
15 15 "<img src=\"../images/ipython_logo.png\">"
16 16 ]
17 17 },
18 18 {
19 19 "cell_type": "markdown",
20 20 "metadata": {},
21 21 "source": [
22 22 "Back to the main [Index](../Index.ipynb)"
23 23 ]
24 24 },
25 25 {
26 26 "cell_type": "heading",
27 27 "level": 1,
28 28 "metadata": {},
29 29 "source": [
30 30 "Notebook"
31 31 ]
32 32 },
33 33 {
34 34 "cell_type": "markdown",
35 35 "metadata": {},
36 36 "source": [
37 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 41 "cell_type": "heading",
42 42 "level": 2,
43 43 "metadata": {},
44 44 "source": [
45 45 "Tutorials"
46 46 ]
47 47 },
48 48 {
49 49 "cell_type": "markdown",
50 50 "metadata": {},
51 51 "source": [
52 52 "* [What is the IPython Notebook?](What is the IPython Notebook%3F.ipynb)\n",
53 53 "* [Running the Notebook Server](Running the Notebook Server.ipynb)\n",
54 54 "* [Notebook Basics](Notebook Basics.ipynb)\n",
55 55 "* [Running Code](Running Code.ipynb)\n",
56 "* [Basic Output](Basic Output.ipynb)\n",
57 56 "* [Working With Markdown Cells](Working With Markdown Cells.ipynb)\n",
58 57 "* [Custom Keyboard Shortcuts](Custom Keyboard Shortcuts.ipynb)\n",
59 58 "* [JavaScript Notebook Extensions](JavaScript Notebook Extensions.ipynb)\n",
60 59 "* [Notebook Security](Notebook Security.ipynb)\n",
61 60 "* [Converting Notebooks With nbconvert](Converting Notebooks With nbconvert.ipynb)\n",
62 61 "* [Using nbconvert as a Library](Using nbconvert as a Library.ipynb)"
63 62 ]
64 63 },
65 64 {
66 65 "cell_type": "heading",
67 66 "level": 2,
68 67 "metadata": {},
69 68 "source": [
70 69 "Examples"
71 70 ]
72 71 },
73 72 {
74 73 "cell_type": "markdown",
75 74 "metadata": {},
76 75 "source": [
77 76 "* [Importing Notebooks](Importing Notebooks.ipynb)\n",
78 77 "* [Connecting with the Qt Console](Connecting with the Qt Console.ipynb)\n",
79 78 "* [Typesetting Equations](Typesetting Equations.ipynb)"
80 79 ]
81 80 }
82 81 ],
83 82 "metadata": {}
84 83 }
85 84 ]
86 85 } No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now