https://github.com/interpretml/interpret
Raw File
Tip revision: 83d0f345a6c4319f95ff8ddf2d20352c33b67576 authored by Paul Koch on 11 May 2023, 09:01:56 UTC
new release: update version numbers and changelog
Tip revision: 83d0f34
build.bat
jupyter-book build .\interpret_docs\
mkdir .\interpret_docs\_build\html\assets\images\
copy .\interpret_docs\assets\images\*.png .\interpret_docs\_build\html\assets\images\ /Y

echo This file stops Github Pages from deleting directories that start with _> .\interpret_docs\_build\html\.nojekyll
back to top