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