Jupyter Notebooks: nbconvert configurations being picked up in jupyter_notebook_config.py file?
问题 I have a question, the following two lines, from a config file, are configuration options for nbconvert (http://nbconvert.readthedocs.io/en/latest/config_options.html) Note that they are note listed under notebook configuration options (http://jupyter-notebook.readthedocs.io/en/latest/config.html) c.TemplateExporter.template_path = ['.', "/Users/williamhenry/Library/Jupyter/templates"] c.TemplateExporter.template_file = 'printviewlatex' However, the only way I can actually get these