You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem?
I am trying to disable pdf exporter for nbconvert based so that it does not show as an option when someone uses Jupyterlab. I don't have latex packages on the host machine so it does not make sense to show pdf as an option.
Fix?
Have a c.NbExporter.blacklist_exporters = ["pdf"] in jupyter_server_config.py to specify invalid exporters.
Currently, I'm trying to disable pdf exports and latex exports is there a way to do so? Is there an option to blacklist certain exports?
The text was updated successfully, but these errors were encountered: