Skip to content

Instantly share code, notes, and snippets.

View bccho's full-sized avatar

Byung-Cheol Cho bccho

View GitHub Profile
@bccho
bccho / __LOOKATME_make_docset.sh
Last active July 20, 2020 03:40
Make Plotly docset
# Tested only with python 2.7 but should work regardless
pip install numpy ipywidgets pandas matplotlib nose mock plotly
pip install sphinx doc2dash
ORIG_DIR=$PWD
cd /path/to/build/directory
git clone https://github.com/plotly/plotly.py plotly
VERSION=$(python -c "exec(open('plotly/version.py').read()); print(__version__)")