No template sub-directory with name 'lab' found in the following paths
问题 I am running a python azure function which is running a jupyter notebook via the nbconvert API. This was working for a time, although without deploying new code I have started to get the following error: No template sub-directory with name 'lab' found in the following paths:\n\t/home/.local/share/jupyter\n\t/usr/local/share/jupyter\n\t/usr/share/jupyter The code I am using to achieve this is: from nbconvert.preprocessors import ExecutePreprocessor from nbconvert import HTMLExporter ... dl =