Matthieu Boileau

Results 6 comments of Matthieu Boileau

This seems specific to MacOS. No problem inside a `python:3` docker container (run from the MacOS environment) : ```bash tmp$ docker run --rm -ti python:3 /bin/bash root@ea1181c1d2ae:/# pip install doit...

Indeed, replacing `multiprocessing` by `multiprocess` solves the problem.

Still interested in this feature. Any plan to implement it?

Template names have been renamed since nbconvert 6.0: `.tplx` extension has been replaced by `.tex.j2`. Your installation seems inconsistant. You may try to upgrade your nbconvert version to >= 6.0,...

Did you test this in a virtual environment? May be some versions of jupyter packages and nbconvert are not compatible in your current installation.

You may test this: ```bash boileau@m-boileau: ~$ cd /tmp boileau@m-boileau: /tmp$ mkdir this boileau@m-boileau: /tmp$ cd this boileau@m-boileau: /tmp/this$ virtualenv .venv created virtual environment CPython3.7.9.final.0-64 in 337ms creator CPython3Posix(dest=/private/tmp/this/.venv, clear=False,...