Script to generate HTML version.
Still early going. just an experiement at this point.
This commit is contained in:
parent
5367367baf
commit
32024ccde8
13
build_book_html.sh
Executable file
13
build_book_html.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#! /bin/bash
|
||||
|
||||
echo "merging book..."
|
||||
|
||||
|
||||
echo "creating html..."
|
||||
ipython nbconvert --to=html table_of_contents.ipynb
|
||||
ipython nbconvert --to=html Preface.ipynb
|
||||
ipython nbconvert --to=html 01_gh_filter/g-h_filter.ipynb
|
||||
|
||||
|
||||
echo "done."
|
||||
|
Loading…
Reference in New Issue
Block a user