jinfei1125 / book

Course Reader based on Jupyter-Book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scientific Computing with Python
CAAM 37380 = STATS 37380

This is a course reader/book created using [Jupyter Book](https://jupyterbook.org/intro.html)

to build the book,
```
cd ..
jupyter-book build book
```

If you're running a custom jupyter kernel, you'll need to install it:
```
python -m ipykernel install --user --name pycourse --display-name "Python (pycourse)"
```

To publish to github pages, the `ghp-import` package is used.
See this link:
https://jupyterbook.org/publish/gh-pages.html#push-your-book-to-a-branch-hosted-by-github-pages
From the root of this repository:
```bash
ghp-import -n -p -f _build/html
```

See LICENSE for license info.

About

Course Reader based on Jupyter-Book

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Jupyter Notebook 100.0%Language:TeX 0.0%Language:Python 0.0%