File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ format: jb-book
22root : index.md
33chapters :
44 - file : lecture_16_example.ipynb
5- - file : project 1.ipynb
5+ - file : project 1.ipynb
6+ - file : project 2.ipynb
Original file line number Diff line number Diff line change 1+ # In _config.yml
2+ title : Sample book
3+ author : The Jupyter Book Community
4+ logo : logo.png
5+ execute :
6+ execute_notebooks : force
7+
8+ # Add a bibtex file so that we can create citations
9+ bibtex_bibfiles :
10+ - references.bib
Original file line number Diff line number Diff line change 1+ # In _toc.yml
2+ format : jb-book
3+ root : intro
4+ chapters :
5+ - file : markdown
6+ - file : notebooks
Original file line number Diff line number Diff line change 1+ # Welcome to your Jupyter Book
2+
3+ This is a small sample book to give you a feel for how book content is
4+ structured.
5+
6+ :::{note}
7+ Here is a note!
8+ :::
9+
10+ And here is a code block:
11+
12+ ```
13+ e = mc^2
14+ ```
15+
16+ Check out the content pages bundled with this sample book to see more.
You can’t perform that action at this time.
0 commit comments