mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-08-07 11:23:22 +08:00
also remove latex_envs entry-points
This commit is contained in:
@@ -90,11 +90,9 @@ encounter any problems.
|
||||
'nbextension = jupyter_contrib_nbextensions.application:jupyter_contrib_core_app_subcommands', # noqa
|
||||
],
|
||||
'nbconvert.exporters': [
|
||||
'html_lenvs = jupyter_contrib_nbextensions.nbconvert_support.latex_envs:LenvsHTMLExporter', # noqa
|
||||
'latex_lenvs = jupyter_contrib_nbextensions.nbconvert_support.latex_envs:LenvsLatexExporter', # noqa
|
||||
'html_toc = jupyter_contrib_nbextensions.nbconvert_support.toc2:TocExporter', # noqa
|
||||
'html_embed = jupyter_contrib_nbextensions.nbconvert_support.embedhtml:EmbedHTMLExporter', # noqa
|
||||
],
|
||||
],
|
||||
},
|
||||
scripts=[os.path.join('scripts', p) for p in [
|
||||
'jupyter-contrib-nbextension',
|
||||
|
||||
Reference in New Issue
Block a user