This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathindex.html
197 lines (193 loc) · 8.75 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>IPython Documentation — IPython v0.9 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.9',
COLLAPSE_MODINDEX: false,
FILE_SUFFIX: '.html'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="contents" title="Global table of contents" href="contents.html" />
<link rel="index" title="Global index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="top" title="IPython v0.9 documentation" href="" />
<link rel="next" title="Introduction" href="overview.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="modindex.html" title="Global Module Index"
accesskey="M">modules</a> |</li>
<li class="right" >
<a href="overview.html" title="Introduction"
accesskey="N">next</a> |</li>
<li><a href="">IPython v0.9 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section">
<h1 id="ipython-documentation">IPython Documentation<a class="headerlink" href="#ipython-documentation" title="Permalink to this headline">¶</a></h1>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">Release:</th><td class="field-body">0.9</td>
</tr>
<tr class="field"><th class="field-name">Date:</th><td class="field-body">September 14, 2008</td>
</tr>
</tbody>
</table>
<p>Contents:</p>
<ul>
<li><a class="reference" href="overview.html">Introduction</a><ul>
<li><a class="reference" href="overview.html#id1">Overview</a></li>
<li><a class="reference" href="overview.html#enhanced-interactive-python-shell">Enhanced interactive Python shell</a></li>
<li><a class="reference" href="overview.html#interactive-parallel-computing">Interactive parallel computing</a></li>
</ul>
</li>
</ul>
<ul>
<li><a class="reference" href="install/index.html">Installation</a><ul>
<li><a class="reference" href="install/install.html">Overview</a></li>
<li><a class="reference" href="install/install.html#installing-ipython-itself">Installing IPython itself</a></li>
<li><a class="reference" href="install/install.html#basic-optional-dependencies">Basic optional dependencies</a></li>
<li><a class="reference" href="install/install.html#dependencies-for-ipython-kernel-parallel-computing">Dependencies for IPython.kernel (parallel computing)</a></li>
<li><a class="reference" href="install/install.html#dependencies-for-ipython-frontend-the-ipython-gui">Dependencies for IPython.frontend (the IPython GUI)</a></li>
</ul>
</li>
</ul>
<ul>
<li><a class="reference" href="interactive/index.html">Using IPython for interactive work</a><ul>
<li><a class="reference" href="interactive/tutorial.html">Quick IPython tutorial</a></li>
<li><a class="reference" href="interactive/reference.html">IPython reference</a></li>
<li><a class="reference" href="interactive/shell.html">IPython as a system shell</a></li>
<li><a class="reference" href="interactive/extension_api.html">IPython extension API</a></li>
</ul>
</li>
</ul>
<ul>
<li><a class="reference" href="parallel/index.html">Using IPython for parallel computing</a><ul>
<li><a class="reference" href="parallel/parallel_intro.html">Overview and getting started</a></li>
<li><a class="reference" href="parallel/parallel_multiengine.html">IPython’s multiengine interface</a></li>
<li><a class="reference" href="parallel/parallel_task.html">The IPython task interface</a></li>
<li><a class="reference" href="parallel/parallel_mpi.html">Using MPI with IPython</a></li>
</ul>
</li>
</ul>
<ul>
<li><a class="reference" href="config/index.html">Configuration and customization</a><ul>
<li><a class="reference" href="config/initial_config.html">Initial configuration of your environment</a></li>
<li><a class="reference" href="config/customization.html">Customization of IPython</a></li>
<li><a class="reference" href="config/new_config.html">New configuration system</a></li>
</ul>
</li>
</ul>
<ul>
<li><a class="reference" href="changes.html">What’s new</a><ul>
<li><a class="reference" href="changes.html#release-0-9">Release 0.9</a></li>
<li><a class="reference" href="changes.html#release-0-8-4">Release 0.8.4</a></li>
<li><a class="reference" href="changes.html#release-0-8-3">Release 0.8.3</a></li>
<li><a class="reference" href="changes.html#release-0-8-2">Release 0.8.2</a></li>
<li><a class="reference" href="changes.html#older-releases">Older releases</a></li>
</ul>
</li>
</ul>
<ul>
<li><a class="reference" href="development/index.html">Development</a><ul>
<li><a class="reference" href="development/development.html">IPython development guidelines</a></li>
<li><a class="reference" href="development/roadmap.html">Development roadmap</a></li>
<li><a class="reference" href="development/notification_blueprint.html">IPython.kernel.core.notification blueprint</a></li>
</ul>
</li>
</ul>
<ul>
<li><a class="reference" href="faq.html">Frequently asked questions</a><ul>
<li><a class="reference" href="faq.html#general-questions">General questions</a></li>
<li><a class="reference" href="faq.html#questions-about-parallel-computing-with-ipython">Questions about parallel computing with IPython</a></li>
</ul>
</li>
</ul>
<ul>
<li><a class="reference" href="history.html">History</a><ul>
<li><a class="reference" href="history.html#origins">Origins</a></li>
<li><a class="reference" href="history.html#today-and-how-we-got-here">Today and how we got here</a></li>
</ul>
</li>
</ul>
<ul>
<li><a class="reference" href="license_and_copyright.html">License and Copyright</a><ul>
<li><a class="reference" href="license_and_copyright.html#id1">License</a></li>
<li><a class="reference" href="license_and_copyright.html#about-the-ipython-development-team">About the IPython Development Team</a></li>
<li><a class="reference" href="license_and_copyright.html#our-copyright-policy">Our Copyright Policy</a></li>
<li><a class="reference" href="license_and_copyright.html#miscellaneous">Miscellaneous</a></li>
</ul>
</li>
</ul>
<ul>
<li><a class="reference" href="credits.html">Credits</a></li>
</ul>
<ul class="simple">
<li><a class="reference" href="genindex.html"><em>Index</em></a></li>
<li><a class="reference" href="modindex.html"><em>Module Index</em></a></li>
<li><a class="reference" href="search.html"><em>Search Page</em></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h4>Next topic</h4>
<p class="topless"><a href="overview.html" title="next chapter">Introduction</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/index.txt">Show Source</a></li>
</ul>
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" /> <input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="modindex.html" title="Global Module Index"
accesskey="M">modules</a> |</li>
<li class="right" >
<a href="overview.html" title="Introduction"
accesskey="N">next</a> |</li>
<li><a href="">IPython v0.9 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2008, The IPython Development Team.
Last updated on Sep 14, 2008.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.5.
</div>
</body>
</html>