Skip to content

Commit 233df7f

Browse files
committed
deploy: 8fffd43
1 parent f2d99a2 commit 233df7f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,8 @@
323323

324324
<div>
325325

326-
<div class="tex2jax_ignore mathjax_ignore section" id="replace-with-your-title-cookbook">
326+
<a class="reference internal image-reference" href="_images/thumbnail.svg"><img alt="thumbnail" src="_images/thumbnail.svg" width="300" /></a>
327+
<div class="tex2jax_ignore mathjax_ignore section" id="replace-with-your-title-cookbook">
327328
<h1>(Replace_with_your_title) Cookbook<a class="headerlink" href="#replace-with-your-title-cookbook" title="Permalink to this headline"><i class="fas fa-link"></i></a></h1>
328329
<p><a class="reference external" href="https://github.com/ProjectPythiaCookbooks/cookbook-template/actions/workflows/nightly-build.yaml"><img alt="nightly-build" src="https://github.com/ProjectPythiaCookbooks/cookbook-template/actions/workflows/nightly-build.yaml/badge.svg" /></a>
329330
<a class="reference external" href="https://binder-staging.2i2c.cloud/v2/gh/ProjectPythiaCookbooks/cookbook-template/main?labpath=notebooks"><img alt="Binder" src="https://binder-staging.2i2c.cloud/badge_logo.svg" /></a></p>

_images/thumbnail.svg

+1
Loading

_sources/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img src="thumbnail.svg" alt="thumbnail" width="300"/>
2+
13
# (Replace_with_your_title) Cookbook
24

35
[![nightly-build](https://github.com/ProjectPythiaCookbooks/cookbook-template/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythiaCookbooks/cookbook-template/actions/workflows/nightly-build.yaml)

notebooks/notebook-template.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ <h5>of further and further<a class="headerlink" href="#of-further-and-further" t
506506
<div class="section" id="header-levels">
507507
<h6>header levels<a class="headerlink" href="#header-levels" title="Permalink to this headline"><i class="fas fa-link"></i></a></h6>
508508
<p>as well <span class="math notranslate nohighlight">\(m = a * t / h\)</span> text! Similarly, you have access to other <span class="math notranslate nohighlight">\(\LaTeX\)</span> equation <a class="reference external" href="https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Typesetting%20Equations.html"><strong>functionality</strong></a> via MathJax (demo below from link),</p>
509-
<div class="amsmath math notranslate nohighlight" id="equation-f7c74fec-26d9-4219-9cf9-deae53d62209">
510-
<span class="eqno">(1)<a class="headerlink" href="#equation-f7c74fec-26d9-4219-9cf9-deae53d62209" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
509+
<div class="amsmath math notranslate nohighlight" id="equation-5124844a-0afb-4cd8-8dd0-f129ecb469da">
510+
<span class="eqno">(1)<a class="headerlink" href="#equation-5124844a-0afb-4cd8-8dd0-f129ecb469da" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
511511
\dot{x} &amp; = \sigma(y-x) \\
512512
\dot{y} &amp; = \rho x - y - xz \\
513513
\dot{z} &amp; = -\beta z + xy

0 commit comments

Comments
 (0)