Skip to content

Commit

Permalink
hack around an nbconvert version issue for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Sep 10, 2020
1 parent 5cc0e11 commit 05323ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/build_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ $pythonCmd -m pip install -e "$MLOS_ROOT/source/Mlos.Python/"
$pythonCmd -m pip install pyyaml
$pythonCmd -m pip install \
$("$MLOS_ROOT/scripts/parse-pip-requirements-from-environment-yaml.py" "$MLOS_ROOT/source/Mlos.Notebooks/environment.yml")
$pythonCmd -m pip install jupyter nbconvert
# FIXME: nbconvert 6.0.1 had an error.
$pythonCmd -m pip install jupyter nbconvert==5.6.1

# execute and render the notebooks to html
# downgrade html output because hugo doesn't like raw html
Expand Down

0 comments on commit 05323ec

Please sign in to comment.