We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5374c commit ae24331Copy full SHA for ae24331
index.html
@@ -54,6 +54,15 @@
54
<section>
55
<h1>Build a Jupyter Book with The Turing Way</h1>
56
</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>
66
</div>
67
68
0 commit comments