Skip to content

Commit fd58210

Browse files
committed
update project 2
1 parent e0561af commit fd58210

6 files changed

Lines changed: 3308 additions & 1 deletion

File tree

_toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ format: jb-book
22
root: index.md
33
chapters:
44
- file: lecture_16_example.ipynb
5-
- file: project 1.ipynb
5+
- file: project 1.ipynb
6+
- file: project 2.ipynb

mybook/_config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

mybook/_toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# In _toc.yml
2+
format: jb-book
3+
root: intro
4+
chapters:
5+
- file: markdown
6+
- file: notebooks

mybook/markdown.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.

0 commit comments

Comments
 (0)