vsoch/singularity-nbconvert:latex

$ singularity pull shub://vsoch/singularity-nbconvert:latex

Singularity Recipe

Bootstrap: docker
From: continuumio/miniconda

%runscript
if [ "$#" -eq 0 ]
then
  echo "You must supply a notebook to convert"
  echo "See options for --to and usage: http://nbconvert.readthedocs.io/en/5.x/usage.html"
  exit 1
fi

exec /opt/conda/bin/jupyter nbconvert "$@"


%help
To run the container:

    singularity run --to pdf notebook.ipynb

Issues: 

    https://github.com/vsoch/singularity-nbconvert/issues

%environment
DEBIAN_FRONTEND=noninteractive
export DEBIAN_FRONTEND

%post

DEBIAN_FRONTEND=noninteractive
export DEBIAN_FRONTEND
apt-get update && apt-get install -y pandoc
/opt/conda/bin/conda install -y nbconvert
apt-get install -y texlive texlive-xetex

Collection


View on Datalad

Metrics

key value
id /containers/vsoch-singularity-nbconvert-latex
collection name vsoch/singularity-nbconvert
branch master
tag latex
commit e307f130593c04ffd5c0c63ab8a0d21c563102e2
version (container hash) 85ac05252c6c4cf4ac1f40308dc49405
build date 2017-10-20T13:19:09.986Z
size (MB) 2073
size (bytes) 1177014303
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.