Add files via upload
This commit is contained in:
parent
9d368a3da8
commit
0c85798f77
7
apt.txt
Normal file
7
apt.txt
Normal file
@ -0,0 +1,7 @@
|
||||
texlive-latex-base
|
||||
texlive-latex-recommended
|
||||
texlive-science
|
||||
texlive-latex-extra
|
||||
texlive-fonts-recommended
|
||||
dvipng
|
||||
ghostscript
|
9
postBuild
Normal file
9
postBuild
Normal 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
|
Loading…
x
Reference in New Issue
Block a user