Skip to content
Snippets Groups Projects
Commit e94683fc authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-345: Add packages to support download as PDF via html and latex.

parent 439cab71
Branches
Tags
1 merge request!101L2SS-345: Support "download pdf" options in Jupyter
......@@ -11,6 +11,14 @@ RUN sudo pip3 install jupyter_bokeh
# Install matplotlib, jupyterplot
RUN sudo pip3 install matplotlib jupyterplot
# Allow Download as -> PDF via html
RUN sudo pip3 install notebook-as-pdf
RUN sudo pyppeteer-install
# Allow Download as -> PDF via LaTeX
RUN sudo apt-get install -y texlive-xetex texlive-fonts-recommended texlive-latex-recommended
RUN sudo pip3 install nbconvert
# Configure jupyter_bokeh
RUN sudo mkdir -p /usr/share/jupyter /usr/etc
RUN sudo chmod a+rwx /usr/share/jupyter /usr/etc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment