--It seems that it is better to set the version of nbconvert to less than 6, for example 5.6.1.
conda install "nbconvert=5.6.1"
--This has to do with the fact that nbconvert 6.0 changed template_path to template_paths. Nbconvert <6 is required until this project is modified. (Original: It has to do with the fact that nbconvert 6.0 changed template_path to template_paths. Until this project changes that you should require nbconvert <6.)
Recommended Posts