Offset 1, 4 lines modified | Offset 1, 4 lines modified | ||
1 | ·9e639974043159ccb4a8fa4ba587bdf0·28936·science·optional·jupyter-notebook_6.2.0-1_all.deb | 1 | ·9e639974043159ccb4a8fa4ba587bdf0·28936·science·optional·jupyter-notebook_6.2.0-1_all.deb |
2 | · | 2 | ·a4d0dbccfc315e463de73f47bc20130d·2608788·doc·optional·python-notebook-doc_6.2.0-1_all.deb |
3 | ·649b8eef8891d996a75344a739d9abca·1216252·python·optional·python3-notebook_6.2.0-1_all.deb | 3 | ·649b8eef8891d996a75344a739d9abca·1216252·python·optional·python3-notebook_6.2.0-1_all.deb |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2021-01-17·21:52:31.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2021-01-17·21:52:31.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····4024·2021-01-17·21:52:31.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····4024·2021-01-17·21:52:31.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··26045 | 3 | -rw-r--r--···0········0········0··2604572·2021-01-17·21:52:31.000000·data.tar.xz |
Offset 392, 15 lines modified | Offset 392, 15 lines modified | ||
392 | <div·class="highlight-default·notranslate"><div·class="highlight"><pre><span></span><span·class="p">[</span><span·class="n">subdirectory</span><span·class="o">/</span><span·class="p">]</span><span·class="o"><</span><span·class="n">filename</span><span·class="o">></span> | 392 | <div·class="highlight-default·notranslate"><div·class="highlight"><pre><span></span><span·class="p">[</span><span·class="n">subdirectory</span><span·class="o">/</span><span·class="p">]</span><span·class="o"><</span><span·class="n">filename</span><span·class="o">></span> |
393 | </pre></div> | 393 | </pre></div> |
394 | </div> | 394 | </div> |
395 | <p>For·example,·in·the·images·folder,·we·have·the·Python·logo:</p> | 395 | <p>For·example,·in·the·images·folder,·we·have·the·Python·logo:</p> |
396 | <div·class="highlight-default·notranslate"><div·class="highlight"><pre><span></span><span·class="o"><</span><span·class="n">img</span>·<span·class="n">src</span><span·class="o">=</span><span·class="s2">"../images/python_logo.svg"</span>·<span·class="o">/></span> | 396 | <div·class="highlight-default·notranslate"><div·class="highlight"><pre><span></span><span·class="o"><</span><span·class="n">img</span>·<span·class="n">src</span><span·class="o">=</span><span·class="s2">"../images/python_logo.svg"</span>·<span·class="o">/></span> |
397 | </pre></div> | 397 | </pre></div> |
398 | </div> | 398 | </div> |
399 | <p><img·alt=" | 399 | <p><img·alt="9760d7d27c78419e877b35db48344e2f"·src="../../_images/python_logo.svg"·/></p> |
400 | <p>and·a·video·with·the·HTML5·video·tag:</p> | 400 | <p>and·a·video·with·the·HTML5·video·tag:</p> |
401 | <div·class="highlight-default·notranslate"><div·class="highlight"><pre><span></span><span·class="o"><</span><span·class="n">video</span>·<span·class="n">controls</span>·<span·class="n">src</span><span·class="o">=</span><span·class="s2">"../images/animation.m4v"</span><span·class="o">></span><span·class="n">animation</span><span·class="o"></</span><span·class="n">video</span><span·class="o">></span> | 401 | <div·class="highlight-default·notranslate"><div·class="highlight"><pre><span></span><span·class="o"><</span><span·class="n">video</span>·<span·class="n">controls</span>·<span·class="n">src</span><span·class="o">=</span><span·class="s2">"../images/animation.m4v"</span><span·class="o">></span><span·class="n">animation</span><span·class="o"></</span><span·class="n">video</span><span·class="o">></span> |
402 | </pre></div> | 402 | </pre></div> |
403 | </div> | 403 | </div> |
404 | <video·controls·src="../images/animation.m4v"><p>animation</p> | 404 | <video·controls·src="../images/animation.m4v"><p>animation</p> |
405 | </video><p>These·do·not·embed·the·data·into·the·notebook·file,·and·require·that·the·files·exist·when·you·are·viewing·the·notebook.</p> | 405 | </video><p>These·do·not·embed·the·data·into·the·notebook·file,·and·require·that·the·files·exist·when·you·are·viewing·the·notebook.</p> |
406 | <div·class="section"·id="Security-of-local-files"> | 406 | <div·class="section"·id="Security-of-local-files"> |
Offset 156, 15 lines modified | Offset 156, 15 lines modified | ||
156 | row·2,·cell·1·row·2,·cell·2 | 156 | row·2,·cell·1·row·2,·cell·2 |
157 | *****·Local·files¶·***** | 157 | *****·Local·files¶·***** |
158 | If·you·have·local·files·in·your·Notebook·directory,·you·can·refer·to·these | 158 | If·you·have·local·files·in·your·Notebook·directory,·you·can·refer·to·these |
159 | files·in·Markdown·cells·directly: | 159 | files·in·Markdown·cells·directly: |
160 | [subdirectory/]<filename> | 160 | [subdirectory/]<filename> |
161 | For·example,·in·the·images·folder,·we·have·the·Python·logo: | 161 | For·example,·in·the·images·folder,·we·have·the·Python·logo: |
162 | <img·src="../images/python_logo.svg"·/> | 162 | <img·src="../images/python_logo.svg"·/> |
163 | [ | 163 | [9760d7d27c78419e877b35db48344e2f] |
164 | and·a·video·with·the·HTML5·video·tag: | 164 | and·a·video·with·the·HTML5·video·tag: |
165 | <video·controls·src="../images/animation.m4v">animation</video> | 165 | <video·controls·src="../images/animation.m4v">animation</video> |
166 | animation | 166 | animation |
167 | These·do·not·embed·the·data·into·the·notebook·file,·and·require·that·the·files | 167 | These·do·not·embed·the·data·into·the·notebook·file,·and·require·that·the·files |
168 | exist·when·you·are·viewing·the·notebook. | 168 | exist·when·you·are·viewing·the·notebook. |
169 | ****·Security·of·local·files¶·**** | 169 | ****·Security·of·local·files¶·**** |
170 | Note·that·this·means·that·the·Jupyter·notebook·server·also·acts·as·a·generic | 170 | Note·that·this·means·that·the·Jupyter·notebook·server·also·acts·as·a·generic |