32024ccde8
Still early going. just an experiement at this point.
14 lines
231 B
Bash
Executable File
14 lines
231 B
Bash
Executable File
#! /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."
|
|
|