diff options
| author | John MacFarlane <[email protected]> | 2022-01-10 10:40:49 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-01-10 10:40:49 -0800 |
| commit | 7bf119168658627dbddcc6753b79a5f921519782 (patch) | |
| tree | 464d540b7e82a45914b9ad73f0cfc7014899b898 /test/ipynb | |
| parent | 6f739cdb4d754e04a006aa796c45342e92a424bb (diff) | |
HTML writer: don't break attributes values when wrapping.
Diffstat (limited to 'test/ipynb')
| -rw-r--r-- | test/ipynb/rank.out.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/ipynb/rank.out.html b/test/ipynb/rank.out.html index a82fe8bbc..44c1fb72d 100644 --- a/test/ipynb/rank.out.html +++ b/test/ipynb/rank.out.html @@ -1,12 +1,12 @@ <div id="5cf8f54d-bf3c-4db2-996d-22662a86ad43" class="cell code" data-execution_count="1"> -<div class="sourceCode" id="cb1"><pre class="sourceCode -python"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> matplotlib.pyplot <span class="im">as</span> plt</span></code></pre></div> +<div class="sourceCode" id="cb1"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> matplotlib.pyplot <span class="im">as</span> plt</span></code></pre></div> </div> <div id="a0228622-9ff8-4392-9ddd-f70a90f0e106" class="cell code" data-execution_count="2"> -<div class="sourceCode" id="cb2"><pre class="sourceCode -python"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>fig, ax <span class="op">=</span> plt.subplots(figsize<span class="op">=</span>(<span class="dv">1</span>, <span class="dv">1</span>), dpi<span class="op">=</span><span class="dv">4</span>)</span> +<div class="sourceCode" id="cb2"><pre +class="sourceCode python"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>fig, ax <span class="op">=</span> plt.subplots(figsize<span class="op">=</span>(<span class="dv">1</span>, <span class="dv">1</span>), dpi<span class="op">=</span><span class="dv">4</span>)</span> <span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a>ax.imshow([[<span class="dv">0</span>, <span class="dv">1</span>], [<span class="dv">2</span>, <span class="dv">3</span>]])<span class="op">;</span></span></code></pre></div> <div class="output display_data"> <p><em>you should see this when converting from ipynb to html instead of the image below.</em></p> |
