Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 941 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 941 Bytes

chebpy: Spectral and Chebyshev methods in Python

See this as a jupyter-book here

https://cpraveen.github.io/chebpy

These examples are based on the book

L. N. Trefethen, Spectral Methods in MATLAB, SIAM.

I have rewritten these codes in Python.

For nbviewer links to these files, see here

http://cpraveen.github.io/teaching/chebpy.html

Run the code in binder: Binder

Run the code in colab: Colab

Matlab versions of the code are available here

https://github.com/cpraveen/spectral_matlab

Building jupyter-book

Install

conda install jupyter-book ghp-import

Build html and publish

git checkout [email protected]:cpraveen/chebpy
jb build chebpy
cd chebpy
ghp-import -n -p -f _build/html