This file is indexed.

/usr/share/doc/python-notebook-doc/html/index.html is in python-notebook-doc 5.2.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
  <meta charset="utf-8">
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  
  <title>The Jupyter notebook &mdash; Jupyter Notebook 5.2.2 documentation</title>
  

  
  
  
  

  

  
  
    

  

  
  
    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
  

  

  
        <link rel="index" title="Index"
              href="genindex.html"/>
        <link rel="search" title="Search" href="search.html"/>
    <link rel="top" title="Jupyter Notebook 5.2.2 documentation" href="#"/>
        <link rel="next" title="The Jupyter Notebook" href="notebook.html"/> 

  
  <script src="_static/js/modernizr.min.js"></script>

</head>

<body class="wy-body-for-nav" role="document">

   
  <div class="wy-grid-for-nav">

    
    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
      <div class="wy-side-scroll">
        <div class="wy-side-nav-search">
          

          
            <a href="#" class="icon icon-home"> Jupyter Notebook
          

          
          </a>

          
            
            
              <div class="version">
                5.2
              </div>
            
          

          
<div role="search">
  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
    <input type="text" name="q" placeholder="Search docs" />
    <input type="hidden" name="check_keywords" value="yes" />
    <input type="hidden" name="area" value="default" />
  </form>
</div>

          
        </div>

        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
          
            
            
              
            
            
              <p class="caption"><span class="caption-text">User Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="notebook.html">The Jupyter Notebook</a></li>
<li class="toctree-l1"><a class="reference external" href="https://jupyter.readthedocs.io/en/latest/install.html">Installation</a></li>
<li class="toctree-l1"><a class="reference external" href="https://jupyter.readthedocs.io/en/latest/running.html">Running the Notebook</a></li>
<li class="toctree-l1"><a class="reference external" href="https://jupyter.readthedocs.io/en/latest/migrating.html">Migrating from IPython</a></li>
<li class="toctree-l1"><a class="reference internal" href="ui_components.html">UI Components</a></li>
<li class="toctree-l1"><a class="reference internal" href="comms.html">Comms</a></li>
</ul>
<p class="caption"><span class="caption-text">Configuration</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="config_overview.html">Configuration Overview</a></li>
<li class="toctree-l1"><a class="reference internal" href="public_server.html">Running a notebook server</a></li>
<li class="toctree-l1"><a class="reference internal" href="security.html">Security in the Jupyter notebook server</a></li>
<li class="toctree-l1"><a class="reference internal" href="security.html#security-in-notebook-documents">Security in notebook documents</a></li>
<li class="toctree-l1"><a class="reference internal" href="frontend_config.html">Configuring the notebook frontend</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Distributing Jupyter Extensions as Python Packages.html">Distributing Jupyter Extensions as Python Packages</a></li>
<li class="toctree-l1"><a class="reference internal" href="extending/index.html">Extending the Notebook</a></li>
</ul>
<p class="caption"><span class="caption-text">Contributor Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to the Jupyter Notebook</a></li>
<li class="toctree-l1"><a class="reference internal" href="development_release.html">Making a Notebook release</a></li>
<li class="toctree-l1"><a class="reference internal" href="development_faq.html">Developer FAQ</a></li>
</ul>
<p class="caption"><span class="caption-text">Community documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/examples_index.html">Examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/What is the Jupyter Notebook.html">What is the Jupyter Notebook?</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Notebook Basics.html">Notebook Basics</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Running Code.html">Running Code</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Working With Markdown Cells.html">Markdown Cells</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Custom Keyboard Shortcuts.html">Keyboard Shortcut Customization</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Custom Keyboard Shortcuts.html#Keyboard-Shortcut-Customization-(Pre-Notebook-5.0)">Keyboard Shortcut Customization (Pre Notebook 5.0)</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/JavaScript Notebook Extensions.html">Embracing web standards</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Importing Notebooks.html">Importing Jupyter Notebooks as Modules</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Connecting with the Qt Console.html">Connecting to an existing IPython kernel using the Qt Console</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Typesetting Equations.html">Motivating Examples</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/nbpackage/mynotebook.html">My Notebook</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/nbpackage/nbs/other.html">Other notebook</a></li>
</ul>
<p class="caption"><span class="caption-text">About Jupyter Notebook</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Jupyter notebook changelog</a></li>
</ul>
<p class="caption"><span class="caption-text">Questions? Suggestions?</span></p>
<ul>
<li class="toctree-l1"><a class="reference external" href="https://groups.google.com/forum/#!forum/jupyter">Jupyter mailing list</a></li>
<li class="toctree-l1"><a class="reference external" href="https://jupyter.org">Jupyter website</a></li>
<li class="toctree-l1"><a class="reference external" href="https://stackoverflow.com/questions/tagged/jupyter">Stack Overflow - Jupyter</a></li>
<li class="toctree-l1"><a class="reference external" href="https://stackoverflow.com/questions/tagged/jupyter-notebook">Stack Overflow - Jupyter-notebook</a></li>
</ul>

            
          
        </div>
      </div>
    </nav>

    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">

      
      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
        
          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
          <a href="#">Jupyter Notebook</a>
        
      </nav>


      
      <div class="wy-nav-content">
        <div class="rst-content">
          















<div role="navigation" aria-label="breadcrumbs navigation">

  <ul class="wy-breadcrumbs">
    
      <li><a href="#">Docs</a> &raquo;</li>
        
      <li>The Jupyter notebook</li>
    
    
      <li class="wy-breadcrumbs-aside">
        
            
            <a href="_sources/index.rst.txt" rel="nofollow"> View page source</a>
          
        
      </li>
    
  </ul>

  
  <hr/>
</div>
          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
           <div itemprop="articleBody">
            
  
<style>
/* CSS overrides for sphinx_rtd_theme */

/* 24px margin */
.nbinput.nblast,
.nboutput.nblast {
    margin-bottom: 19px;  /* padding has already 5px */
}

/* ... except between code cells! */
.nblast + .nbinput {
    margin-top: -19px;
}

/* nice headers on first paragraph of info/warning boxes */
.admonition .first {
    margin: -12px;
    padding: 6px 12px;
    margin-bottom: 12px;
    color: #fff;
    line-height: 1;
    display: block;
}
.admonition.warning .first {
    background: #f0b37e;
}
.admonition.note .first {
    background: #6ab0de;
}
.admonition > p:before {
    margin-right: 4px;  /* make room for the exclamation icon */
}
</style>
<div class="section" id="the-jupyter-notebook">
<h1>The Jupyter notebook<a class="headerlink" href="#the-jupyter-notebook" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">User Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="notebook.html">The Jupyter Notebook</a></li>
<li class="toctree-l1"><a class="reference external" href="https://jupyter.readthedocs.io/en/latest/install.html">Installation</a></li>
<li class="toctree-l1"><a class="reference external" href="https://jupyter.readthedocs.io/en/latest/running.html">Running the Notebook</a></li>
<li class="toctree-l1"><a class="reference external" href="https://jupyter.readthedocs.io/en/latest/migrating.html">Migrating from IPython</a></li>
<li class="toctree-l1"><a class="reference internal" href="ui_components.html">UI Components</a></li>
<li class="toctree-l1"><a class="reference internal" href="comms.html">Comms</a></li>
</ul>
</div>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">Configuration</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="config_overview.html">Configuration Overview</a><ul>
<li class="toctree-l2"><a class="reference internal" href="config_overview.html#jupyter-s-common-configuration-system">Jupyter’s Common Configuration system</a></li>
<li class="toctree-l2"><a class="reference internal" href="config_overview.html#notebook-server">Notebook server</a></li>
<li class="toctree-l2"><a class="reference internal" href="config_overview.html#notebook-front-end-client">Notebook front-end client</a></li>
<li class="toctree-l2"><a class="reference internal" href="config_overview.html#notebook-extensions">Notebook extensions</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="public_server.html">Running a notebook server</a><ul>
<li class="toctree-l2"><a class="reference internal" href="public_server.html#securing-a-notebook-server">Securing a notebook server</a></li>
<li class="toctree-l2"><a class="reference internal" href="public_server.html#running-a-public-notebook-server">Running a public notebook server</a></li>
<li class="toctree-l2"><a class="reference internal" href="public_server.html#running-the-notebook-with-a-customized-url-prefix">Running the notebook with a customized URL prefix</a></li>
<li class="toctree-l2"><a class="reference internal" href="public_server.html#embedding-the-notebook-in-another-website">Embedding the notebook in another website</a></li>
<li class="toctree-l2"><a class="reference internal" href="public_server.html#known-issues">Known issues</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="security.html">Security in the Jupyter notebook server</a><ul>
<li class="toctree-l2"><a class="reference internal" href="security.html#alternatives-to-token-authentication">Alternatives to token authentication</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="security.html#security-in-notebook-documents">Security in notebook documents</a><ul>
<li class="toctree-l2"><a class="reference internal" href="security.html#the-problem">The problem</a></li>
<li class="toctree-l2"><a class="reference internal" href="security.html#our-security-model">Our security model</a></li>
<li class="toctree-l2"><a class="reference internal" href="security.html#the-details-of-trust">The details of trust</a></li>
<li class="toctree-l2"><a class="reference internal" href="security.html#reporting-security-issues">Reporting security issues</a></li>
<li class="toctree-l2"><a class="reference internal" href="security.html#affected-use-cases">Affected use cases</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="frontend_config.html">Configuring the notebook frontend</a><ul>
<li class="toctree-l2"><a class="reference internal" href="frontend_config.html#how-front-end-configuration-works">How front end configuration works</a></li>
<li class="toctree-l2"><a class="reference internal" href="frontend_config.html#example-changing-the-notebook-s-default-indentation">Example - Changing the notebook’s default indentation</a></li>
<li class="toctree-l2"><a class="reference internal" href="frontend_config.html#example-restoring-the-notebook-s-default-indentation">Example - Restoring the notebook’s default indentation</a></li>
<li class="toctree-l2"><a class="reference internal" href="frontend_config.html#persisting-configuration-settings">Persisting configuration settings</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Distributing Jupyter Extensions as Python Packages.html">Distributing Jupyter Extensions as Python Packages</a><ul>
<li class="toctree-l2"><a class="reference internal" href="examples/Notebook/Distributing Jupyter Extensions as Python Packages.html#Overview">Overview</a></li>
<li class="toctree-l2"><a class="reference internal" href="examples/Notebook/Distributing Jupyter Extensions as Python Packages.html#Installation-of-Jupyter-Extensions">Installation of Jupyter Extensions</a></li>
<li class="toctree-l2"><a class="reference internal" href="examples/Notebook/Distributing Jupyter Extensions as Python Packages.html#Did-it-work?-Check-by-listing-Jupyter-Extensions.">Did it work? Check by listing Jupyter Extensions.</a></li>
<li class="toctree-l2"><a class="reference internal" href="examples/Notebook/Distributing Jupyter Extensions as Python Packages.html#Additional-resources-on-creating-and-distributing-packages">Additional resources on creating and distributing packages</a></li>
<li class="toctree-l2"><a class="reference internal" href="examples/Notebook/Distributing Jupyter Extensions as Python Packages.html#Example---Server-extension">Example - Server extension</a></li>
<li class="toctree-l2"><a class="reference internal" href="examples/Notebook/Distributing Jupyter Extensions as Python Packages.html#Example---Server-extension-and-nbextension">Example - Server extension and nbextension</a></li>
<li class="toctree-l2"><a class="reference internal" href="examples/Notebook/Distributing Jupyter Extensions as Python Packages.html#Example---Bundler-extension">Example - Bundler extension</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="extending/index.html">Extending the Notebook</a><ul>
<li class="toctree-l2"><a class="reference internal" href="extending/contents.html">Contents API</a></li>
<li class="toctree-l2"><a class="reference internal" href="extending/savehooks.html">File save hooks</a></li>
<li class="toctree-l2"><a class="reference internal" href="extending/handlers.html">Custom request handlers</a></li>
<li class="toctree-l2"><a class="reference internal" href="extending/frontend_extensions.html">Custom front-end extensions</a></li>
<li class="toctree-l2"><a class="reference internal" href="extending/keymaps.html">Customize keymaps</a></li>
<li class="toctree-l2"><a class="reference internal" href="extending/bundler_extensions.html">Custom bundler extensions</a></li>
</ul>
</li>
</ul>
</div>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">Contributor Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to the Jupyter Notebook</a></li>
<li class="toctree-l1"><a class="reference internal" href="development_release.html">Making a Notebook release</a></li>
<li class="toctree-l1"><a class="reference internal" href="development_faq.html">Developer FAQ</a></li>
</ul>
</div>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">Community documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/examples_index.html">Examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/What is the Jupyter Notebook.html">What is the Jupyter Notebook?</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Notebook Basics.html">Notebook Basics</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Running Code.html">Running Code</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Working With Markdown Cells.html">Markdown Cells</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Custom Keyboard Shortcuts.html">Keyboard Shortcut Customization</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Custom Keyboard Shortcuts.html#Keyboard-Shortcut-Customization-(Pre-Notebook-5.0)">Keyboard Shortcut Customization (Pre Notebook 5.0)</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/JavaScript Notebook Extensions.html">Embracing web standards</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Importing Notebooks.html">Importing Jupyter Notebooks as Modules</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Connecting with the Qt Console.html">Connecting to an existing IPython kernel using the Qt Console</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/Notebook/Typesetting Equations.html">Motivating Examples</a></li>
</ul>
</div>
<div class="toctree-wrapper compound">
</div>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">About Jupyter Notebook</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Jupyter notebook changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#release-5-2-2">5.2.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#release-5-2-1">5.2.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#release-5-2-0">5.2.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#release-5-1-0">5.1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#release-5-0-0">5.0.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#release-4-4-0">4.4.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#release-4-3-2">4.3.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#release-4-3-1">4.3.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#release-4-3">4.3.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#release-4-2-3">4.2.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#release-4-2-2">4.2.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#release-4-2-1">4.2.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#release-4-2-0">4.2.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#release-4-1-0">4.1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#x">4.0.x</a></li>
</ul>
</li>
</ul>
</div>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">Questions? Suggestions?</span></p>
<ul>
<li class="toctree-l1"><a class="reference external" href="https://groups.google.com/forum/#!forum/jupyter">Jupyter mailing list</a></li>
<li class="toctree-l1"><a class="reference external" href="https://jupyter.org">Jupyter website</a></li>
<li class="toctree-l1"><a class="reference external" href="https://stackoverflow.com/questions/tagged/jupyter">Stack Overflow - Jupyter</a></li>
<li class="toctree-l1"><a class="reference external" href="https://stackoverflow.com/questions/tagged/jupyter-notebook">Stack Overflow - Jupyter-notebook</a></li>
</ul>
</div>
</div>


           </div>
           <div class="articleComments">
            
           </div>
          </div>
          <footer>
  
    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
      
        <a href="notebook.html" class="btn btn-neutral float-right" title="The Jupyter Notebook" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
      
      
    </div>
  

  <hr/>

  <div role="contentinfo">
    <p>
        &copy; Copyright 2017, Jupyter Team, https://jupyter.org.

    </p>
  </div>
  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 

</footer>

        </div>
      </div>

    </section>

  </div>
  


  

    <script type="text/javascript">
        var DOCUMENTATION_OPTIONS = {
            URL_ROOT:'./',
            VERSION:'5.2.2',
            COLLAPSE_INDEX:false,
            FILE_SUFFIX:'.html',
            HAS_SOURCE:  true,
            SOURCELINK_SUFFIX: '.txt'
        };
    </script>
      <script type="text/javascript" src="_static/jquery.js"></script>
      <script type="text/javascript" src="_static/underscore.js"></script>
      <script type="text/javascript" src="_static/doctools.js"></script>
      <script type="text/javascript" src="file:///usr/share/javascript/mathjax/MathJax/js?config=TeX-AMD-MML_HTMLorMML"></script>

  

  
  
    <script type="text/javascript" src="_static/js/theme.js"></script>
  

  
  
  <script type="text/javascript">
      jQuery(function () {
          SphinxRtdTheme.StickyNav.enable();
      });
  </script>
   

</body>
</html>