Delete postBuild

This commit is contained in:
philcarmona 2020-04-02 22:38:56 +02:00 committed by GitHub
parent 4bf5b5846c
commit 6bf4f57d4d

View File

@ -1,9 +0,0 @@
#!/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