Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion preamble/how-to-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Notebook](https://jupyterbook.org/intro.html) “chapters”. The power
of Jupyter Notebooks is that they can contain both static text and
executable code that you can interact with. When you navigate to a
book chapter such as [Matplotlib
Basics](https://foundations.projectpythia.org/core/matplotlib/matplotlib.html)
Basics](../core/matplotlib/matplotlib-basics)
you will see static text, Python code, and the rendered output of
that code in the form of the many figures that appear. In the case
of Matplotlib Basics these figures are produced by Matplotlib itself.
Expand Down