Skip to content

Commit

Permalink
deploy: b59fc43
Browse files Browse the repository at this point in the history
  • Loading branch information
pryn-kb committed Jun 12, 2024
1 parent 012fe1d commit 0b5b777
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 01_Pandas_introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ <h1>Import Pandas<a class="headerlink" href="#import-pandas" title="Permalink to
<div class="cell_output docutils container">
<div class="output traceback highlight-ipythontb notranslate"><div class="highlight"><pre><span></span><span class="gt">---------------------------------------------------------------------------</span>
<span class="ne">ModuleNotFoundError</span><span class="g g-Whitespace"> </span>Traceback (most recent call last)
<span class="o">/</span><span class="n">tmp</span><span class="o">/</span><span class="n">ipykernel_1813</span><span class="o">/</span><span class="mf">3901317673.</span><span class="n">py</span> <span class="ow">in</span> <span class="o">&lt;</span><span class="n">module</span><span class="o">&gt;</span>
<span class="o">/</span><span class="n">tmp</span><span class="o">/</span><span class="n">ipykernel_1817</span><span class="o">/</span><span class="mf">3901317673.</span><span class="n">py</span> <span class="ow">in</span> <span class="o">&lt;</span><span class="n">module</span><span class="o">&gt;</span>
<span class="g g-Whitespace"> </span><span class="mi">3</span> <span class="c1"># After this statement, you can use &#39;pd&#39; to access all the functionalities provided by the pandas library.</span>
<span class="g g-Whitespace"> </span><span class="mi">4</span>
<span class="ne">----&gt; </span><span class="mi">5</span> <span class="kn">import</span> <span class="nn">pandas</span> <span class="k">as</span> <span class="nn">pd</span>
Expand Down
2 changes: 1 addition & 1 deletion _sources/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It does not go in-depth into any particular topic - check out [the Jupyter Book

Check out the content pages bundled with this sample book to see more.

Hello, Daniel could be here!
Hello, Daniel is somewhere!

```{tableofcontents}
```
2 changes: 1 addition & 1 deletion intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ <h1>Welcome to your Jupyter Book<a class="headerlink" href="#welcome-to-your-jup
It shows off a few of the major file types, as well as some sample content.
It does not go in-depth into any particular topic - check out <a class="reference external" href="https://jupyterbook.org">the Jupyter Book documentation</a> for more information.</p>
<p>Check out the content pages bundled with this sample book to see more.</p>
<p>Hello, Daniel could be here!</p>
<p>Hello, Daniel is somewhere!</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="markdown.html">Markdown Files</a></li>
Expand Down
2 changes: 1 addition & 1 deletion notebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ <h2>Code blocks and outputs<a class="headerlink" href="#code-blocks-and-outputs"
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.pyplot._IonContext at 0x7f3c659969d0&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.pyplot._IonContext at 0x7f039892f110&gt;
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion reports/01_Pandas_introduction.err.log
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import pandas as pd

---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipykernel_1813/3901317673.py in <module>
/tmp/ipykernel_1817/3901317673.py in <module>
 3 # After this statement, you can use 'pd' to access all the functionalities provided by the pandas library.
 4 
----> 5 import pandas as pd
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 0b5b777

Please sign in to comment.