Skip to content

Commit ae24331

Browse files
committed
Add installation prompt
1 parent bc5374c commit ae24331

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@
5454
<section>
5555
<h1>Build a Jupyter Book with The Turing Way</h1>
5656
</section>
57+
<section>
58+
<h2>Installing Jupyter Book</h2>
59+
<p><a href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p>
60+
<img alt="A QR code linking to the Jupyter Book 2 installation documentation." src="static/jb2_install.svg" width="25%">
61+
<pre><code data-trim>
62+
pip install "jupyter-book>=2.0.0a0"
63+
npm install -g "jupyter-book@>=2.0.0-a0"
64+
</code></pre>
65+
</section>
5766
</div>
5867
</div>
5968

0 commit comments

Comments
 (0)