To make it work, I installed latex, typical latex extra, and pandoc.
With ubuntu:
sudo apt-get install texlive texlive-latex-extra pandoc
it takes some times: several 100 Mb to download. I read somewhere that you can use for texlive and extra to reduce to the dl.--no-install-recommends
is not a python package. pandoc is not IPython\nbconvert\utils\pandoc.py itself, but merely a helper module.pandoc
For conda users, there is a package available at conda-forge.pandoc
conda install -c conda-forge pandoc
Alternatively, you can download the latest release from the pandoc's github repository.