Create postBuild

This commit is contained in:
Benjamin Blouin
2019-03-29 17:33:24 -04:00
committed by GitHub
parent eb29cdc392
commit f9b5974aff

9
postBuild Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# run matplotlib once to generate the font cache
python -c "import matplotlib as mpl; mpl.use('Agg'); import pylab as plt; fig, ax = plt.subplots(); fig.savefig('test.png')"
test -e test.png && rm test.png
jupyter labextension install @jupyterlab/latex
jupyter lab build