mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
13 lines
264 B
Bash
13 lines
264 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
|
|
|