We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a03fb2 commit b7d00d7Copy full SHA for b7d00d7
jupyter/utils/install_pdf_deps.sh
@@ -2,6 +2,8 @@
2
3
# Install dependencies required for Notebooks PDF exports
4
5
+set -euxo
6
+
7
# tex live installation
8
echo "Installing TexLive to allow PDf export from Notebooks"
9
curl -L https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz -o install-tl-unx.tar.gz
0 commit comments