eland/make_docs.sh
stevedodson 7c1c2945a7
ML add externral models (#125)
* Partially implemented implementation of ml.ExternalModel

* Adding eland.ml.ExternalMLModel

More testing to be added + more support for MLModels
2020-02-15 15:54:29 +01:00

13 lines
266 B
Bash

#!/bin/sh
python setup.py install
#jupyter nbconvert --to notebook --inplace --execute docs/source/examples/demo_notebook.ipynb
#jupyter nbconvert --to notebook --inplace --execute docs/source/examples/online_retail_analysis.ipynb
cd docs
make clean
make html