ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.2k stars 805 forks source link

Remove dependency on jupyter_latex_envs #1601

Closed juhasch closed 1 year ago

juhasch commented 1 year ago

Should "fix" the last "Config option template_path not recognized by LenvsLatexExporter. Did you mean one of: template_file, template_name, template_paths" warning message remaining from Issue #1532.

@jfbercher : I would remove this dependency, i.e. automatically installing your extension if you have no objections. It can be installed seperately, anyway.

danetrata commented 1 year ago

The jupyter_latex_envs module is still being imported in other parts of the code.