From 6bf4f57d4d7d9950d3f0f189e97e52e6d526abf1 Mon Sep 17 00:00:00 2001 From: philcarmona <47579183+philcarmona@users.noreply.github.com> Date: Thu, 2 Apr 2020 22:38:56 +0200 Subject: [PATCH] Delete postBuild --- postBuild | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 postBuild diff --git a/postBuild b/postBuild deleted file mode 100644 index 00477e1..0000000 --- a/postBuild +++ /dev/null @@ -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