##// END OF EJS Templates
remove notebook examples...
Min RK -
Show More

The requested changes are too big and content was truncated. Show full diff

1 NO CONTENT: file renamed from examples/Notebook/Importing Notebooks.ipynb to examples/IPython Kernel/Importing Notebooks.ipynb
@@ -1,198 +1,199 b''
1 1 {
2 2 "cells": [
3 3 {
4 4 "cell_type": "markdown",
5 5 "metadata": {},
6 6 "source": [
7 7 "<img src=\"../images/ipython_logo.png\">"
8 8 ]
9 9 },
10 10 {
11 11 "cell_type": "markdown",
12 12 "metadata": {},
13 13 "source": [
14 14 "Back to the main [Index](../Index.ipynb)"
15 15 ]
16 16 },
17 17 {
18 18 "cell_type": "markdown",
19 19 "metadata": {},
20 20 "source": [
21 21 "# IPython Kernel"
22 22 ]
23 23 },
24 24 {
25 25 "cell_type": "markdown",
26 26 "metadata": {},
27 27 "source": [
28 28 "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."
29 29 ]
30 30 },
31 31 {
32 32 "cell_type": "markdown",
33 33 "metadata": {},
34 34 "source": [
35 35 "## Tutorials"
36 36 ]
37 37 },
38 38 {
39 39 "cell_type": "markdown",
40 40 "metadata": {},
41 41 "source": [
42 42 "* [Cell Magics](Cell Magics.ipynb)\n",
43 43 "* [Script Magics](Script Magics.ipynb)\n",
44 44 "* [Rich Output](Rich Output.ipynb)\n",
45 45 "* [Custom Display Logic](Custom Display Logic.ipynb)\n",
46 46 "* [Plotting in the Notebook](Plotting in the Notebook.ipynb)\n",
47 47 "* [Capturing Output](Capturing Output.ipynb)"
48 48 ]
49 49 },
50 50 {
51 51 "cell_type": "markdown",
52 52 "metadata": {},
53 53 "source": [
54 54 "## Examples"
55 55 ]
56 56 },
57 57 {
58 58 "cell_type": "markdown",
59 59 "metadata": {},
60 60 "source": [
61 61 "* [Background Jobs](Background Jobs.ipynb)\n",
62 62 "* [Trapezoid Rule](Trapezoid Rule.ipynb)\n",
63 63 "* [SymPy](SymPy.ipynb)\n",
64 "* [Raw Input in the Notebook](Raw Input in the Notebook.ipynb)"
64 "* [Raw Input in the Notebook](Raw Input in the Notebook.ipynb)\n",
65 "* [Importing Notebooks](Importing Notebooks.ipynb)"
65 66 ]
66 67 },
67 68 {
68 69 "cell_type": "markdown",
69 70 "metadata": {},
70 71 "source": [
71 72 "## Non-notebook examples"
72 73 ]
73 74 },
74 75 {
75 76 "cell_type": "markdown",
76 77 "metadata": {},
77 78 "source": [
78 79 "This directory also contains examples that are regular Python (`.py`) files."
79 80 ]
80 81 },
81 82 {
82 83 "cell_type": "code",
83 84 "execution_count": 1,
84 85 "metadata": {
85 86 "collapsed": false
86 87 },
87 88 "outputs": [
88 89 {
89 90 "data": {
90 91 "text/html": [
91 92 "<a href='example-demo.py' target='_blank'>example-demo.py</a><br>"
92 93 ],
93 94 "text/plain": [
94 95 "/Users/minrk/dev/ip/mine/examples/IPython Kernel/example-demo.py"
95 96 ]
96 97 },
97 98 "metadata": {},
98 99 "output_type": "display_data"
99 100 },
100 101 {
101 102 "data": {
102 103 "text/html": [
103 104 "<a href='ipython-get-history.py' target='_blank'>ipython-get-history.py</a><br>"
104 105 ],
105 106 "text/plain": [
106 107 "/Users/minrk/dev/ip/mine/examples/IPython Kernel/ipython-get-history.py"
107 108 ]
108 109 },
109 110 "metadata": {},
110 111 "output_type": "display_data"
111 112 }
112 113 ],
113 114 "source": [
114 115 "%run ../utils/list_pyfiles.ipy"
115 116 ]
116 117 },
117 118 {
118 119 "cell_type": "markdown",
119 120 "metadata": {},
120 121 "source": [
121 122 "There are also a set of examples that show how to integrate IPython with different GUI event loops:"
122 123 ]
123 124 },
124 125 {
125 126 "cell_type": "code",
126 127 "execution_count": 2,
127 128 "metadata": {
128 129 "collapsed": false
129 130 },
130 131 "outputs": [
131 132 {
132 133 "data": {
133 134 "text/html": [
134 135 "data/<br>\n",
135 136 "&nbsp;&nbsp;<a href='data/flare.json' target='_blank'>flare.json</a><br>"
136 137 ],
137 138 "text/plain": [
138 139 "data/\n",
139 140 " flare.json"
140 141 ]
141 142 },
142 143 "metadata": {},
143 144 "output_type": "display_data"
144 145 },
145 146 {
146 147 "data": {
147 148 "text/html": [
148 149 "gui/<br>\n",
149 150 "&nbsp;&nbsp;<a href='gui/gui-glut.py' target='_blank'>gui-glut.py</a><br>\n",
150 151 "&nbsp;&nbsp;<a href='gui/gui-gtk.py' target='_blank'>gui-gtk.py</a><br>\n",
151 152 "&nbsp;&nbsp;<a href='gui/gui-gtk3.py' target='_blank'>gui-gtk3.py</a><br>\n",
152 153 "&nbsp;&nbsp;<a href='gui/gui-pyglet.py' target='_blank'>gui-pyglet.py</a><br>\n",
153 154 "&nbsp;&nbsp;<a href='gui/gui-qt.py' target='_blank'>gui-qt.py</a><br>\n",
154 155 "&nbsp;&nbsp;<a href='gui/gui-tk.py' target='_blank'>gui-tk.py</a><br>\n",
155 156 "&nbsp;&nbsp;<a href='gui/gui-wx.py' target='_blank'>gui-wx.py</a><br>"
156 157 ],
157 158 "text/plain": [
158 159 "gui/\n",
159 160 " gui-glut.py\n",
160 161 " gui-gtk.py\n",
161 162 " gui-gtk3.py\n",
162 163 " gui-pyglet.py\n",
163 164 " gui-qt.py\n",
164 165 " gui-tk.py\n",
165 166 " gui-wx.py"
166 167 ]
167 168 },
168 169 "metadata": {},
169 170 "output_type": "display_data"
170 171 }
171 172 ],
172 173 "source": [
173 174 "%run ../utils/list_subdirs.ipy"
174 175 ]
175 176 }
176 177 ],
177 178 "metadata": {
178 179 "kernelspec": {
179 180 "display_name": "Python 3",
180 181 "language": "python",
181 182 "name": "python3"
182 183 },
183 184 "language_info": {
184 185 "codemirror_mode": {
185 186 "name": "ipython",
186 187 "version": 3
187 188 },
188 189 "file_extension": ".py",
189 190 "mimetype": "text/x-python",
190 191 "name": "python",
191 192 "nbconvert_exporter": "python",
192 193 "pygments_lexer": "ipython3",
193 "version": "3.4.2"
194 "version": "3.4.3"
194 195 }
195 196 },
196 197 "nbformat": 4,
197 198 "nbformat_minor": 0
198 199 }
1 NO CONTENT: file renamed from examples/Notebook/nbpackage/__init__.py to examples/IPython Kernel/nbpackage/__init__.py
1 NO CONTENT: file renamed from examples/Notebook/nbpackage/mynotebook.ipynb to examples/IPython Kernel/nbpackage/mynotebook.ipynb
1 NO CONTENT: file renamed from examples/Notebook/nbpackage/nbs/__init__.py to examples/IPython Kernel/nbpackage/nbs/__init__.py
1 NO CONTENT: file renamed from examples/Notebook/nbpackage/nbs/other.ipynb to examples/IPython Kernel/nbpackage/nbs/other.ipynb
@@ -1,65 +1,61 b''
1 1 {
2 2 "cells": [
3 3 {
4 4 "cell_type": "markdown",
5 5 "metadata": {},
6 6 "source": [
7 7 "<img src=\"images/ipython_logo.png\">"
8 8 ]
9 9 },
10 10 {
11 11 "cell_type": "markdown",
12 12 "metadata": {},
13 13 "source": [
14 14 "# IPython Documentation"
15 15 ]
16 16 },
17 17 {
18 18 "cell_type": "markdown",
19 19 "metadata": {},
20 20 "source": [
21 21 "This directory contains IPython's notebook-based documentation. This augments our [Sphinx-based documentation](http://ipython.org/ipython-doc/stable/index.html) with notebooks that contain interactive tutorials and examples. Over time, more of our documentation will be pulled into this format."
22 22 ]
23 23 },
24 24 {
25 25 "cell_type": "markdown",
26 26 "metadata": {},
27 27 "source": [
28 28 "## Topics"
29 29 ]
30 30 },
31 31 {
32 32 "cell_type": "markdown",
33 33 "metadata": {},
34 34 "source": [
35 35 "* [IPython Kernel](IPython Kernel/Index.ipynb): IPython's core syntax and command line features available in all frontends\n",
36 "* [Notebook](Notebook/Index.ipynb): The IPython Notebook frontend\n",
37 "* [Interactive Widgets](Interactive Widgets/Index.ipynb): Interactive JavaScript/HTML widgets and `interact`\n",
38 "* [Parallel Computing](Parallel Computing/Index.ipynb): IPython's library for interactive parallel computing\n",
39 "* [Customization](Customization/Index.ipynb): How to configure IPython and customize it with magics, extensions, etc.\n",
40 36 "* [Embedding](Embedding/Index.ipynb): Embedding and reusing IPython's components into other applications\n"
41 37 ]
42 38 }
43 39 ],
44 40 "metadata": {
45 41 "kernelspec": {
46 42 "display_name": "Python 3",
47 43 "language": "python",
48 44 "name": "python3"
49 45 },
50 46 "language_info": {
51 47 "codemirror_mode": {
52 48 "name": "ipython",
53 49 "version": 3
54 50 },
55 51 "file_extension": ".py",
56 52 "mimetype": "text/x-python",
57 53 "name": "python",
58 54 "nbconvert_exporter": "python",
59 55 "pygments_lexer": "ipython3",
60 "version": "3.4.2"
56 "version": "3.4.3"
61 57 }
62 58 },
63 59 "nbformat": 4,
64 60 "nbformat_minor": 0
65 61 }
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (793 lines changed) Show them Hide them
1 NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (838 lines changed) Show them Hide them
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (629 lines changed) Show them Hide them
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (621 lines changed) Show them Hide them
1 NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (585 lines changed) Show them Hide them
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (876 lines changed) Show them Hide them
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now