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