<html lang="en">

  <head>
    <title>Untitled</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link href="https://unpkg.com/@stencila/thema@2/dist/themes/stencila/styles.css"
      rel="stylesheet">
    <script src="https://unpkg.com/@stencila/thema@2/dist/themes/stencila/index.js"
      type="text/javascript"></script>
    <script
      src="https://unpkg.com/@stencila/components@&lt;=1/dist/stencila-components/stencila-components.esm.js"
      type="module"></script>
    <script
      src="https://unpkg.com/@stencila/components@&lt;=1/dist/stencila-components/stencila-components.js"
      type="text/javascript" nomodule=""></script>
  </head>

  <body>
    <main role="main">
      <article itemscope="" itemtype="http://schema.org/Article" data-itemscope="root">
        <meta itemprop="image"
          content="https://via.placeholder.com/1200x714/dbdbdb/4a4a4a.png?text="><span itemscope=""
          itemtype="http://schema.org/Organization" itemprop="publisher">
          <meta itemprop="name" content="Unknown"><span itemscope=""
            itemtype="http://schema.org/ImageObject" itemprop="logo">
            <meta itemprop="url"
              content="https://via.placeholder.com/600x60/dbdbdb/4a4a4a.png?text=Unknown">
          </span>
        </span>
        <figure itemscope="" itemtype="http://schema.stenci.la/Figure" id="yesuaWvjQyky">
          <stencila-code-chunk itemscope="" itemtype="http://schema.stenci.la/CodeChunk"
            data-execution_count="null" data-programminglanguage="python">
            <pre class="language-python" itemscope="" itemtype="http://schema.stenci.la/CodeBlock"
              slot="text"><code>import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns

url = &quot;https://gist.githubusercontent.com/seankross/a412dfbd88b3db70b74b/raw/5f23f993cd87c283ce766e7ac6b329ee7cc2e1d1/mtcars.csv&quot;
cars = pd.read_csv(url)
cars.head(3)
</code></pre>
          </stencila-code-chunk>
        </figure>
        <p itemscope="" itemtype="http://schema.stenci.la/Paragraph"><span
            data-itemtype="http://schema.stenci.la/Null">null</span></p>
        <h3 itemscope="" itemtype="http://schema.stenci.la/Heading" id="paper">Paper</h3>
        <p itemscope="" itemtype="http://schema.stenci.la/Paragraph">Testing</p>
        <table itemscope="" itemtype="http://schema.org/Table">
          <thead>
            <tr itemscope="" itemtype="http://schema.stenci.la/TableRow">
              <th itemscope="" itemtype="http://schema.stenci.la/TableCell">x</th>
              <th itemscope="" itemtype="http://schema.stenci.la/TableCell">y</th>
            </tr>
          </thead>
          <tbody>
            <tr itemscope="" itemtype="http://schema.stenci.la/TableRow">
              <td itemscope="" itemtype="http://schema.stenci.la/TableCell">a</td>
              <td itemscope="" itemtype="http://schema.stenci.la/TableCell">b</td>
            </tr>
          </tbody>
        </table>
        <p itemscope="" itemtype="http://schema.stenci.la/Paragraph">x wrote <cite itemscope=""
            itemtype="http://schema.stenci.la/Cite"><a href="#zhao2021">zhao2021</a></cite></p>
      </article>
    </main>
  </body>

</html>