next.jupyterbook.org/start/install
$ pip install "jupyter-book>=2.0.0a0"
$ npm install -g "jupyter-book@>=2.0.0-a0"
Create documents and knowledge bases that are reusable, reproducible, and interactive.
code-cell
blocks in Markdowneval
in Markdown
# Title
```{code-cell} python
hello = "hello"
there = "there"
phrase = f"{hello}, {there}!"
print(phrase)
```
# Title
1 + 1 is {eval}`1 + 1`
next.jupyterbook.org/start/install
$ pip install "jupyter-book>=2.0.0a0"
$ npm install -g "jupyter-book@>=2.0.0-a0"