jupyter_server icon indicating copy to clipboard operation
jupyter_server copied to clipboard

c.Latex.Config in jupyter_server_config.py

Open mattiik opened this issue 3 years ago • 2 comments

Earlier, when using jupyter_notebook_config.py there was an option to configure latex extension with config specifications like c.LatexConfig.latex_command = 'xelatex' or c.LatexConfig.bib_command = '<custom_bib_command>'. I miss this option in jupyter_server_config.py and suspect some failure in functionality. Are these configs still valid even if not listed?

mattiik avatar Dec 01 '21 06:12 mattiik

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

welcome[bot] avatar Dec 01 '21 06:12 welcome[bot]

jupyter server extension list to check installation If jupyterlab_latex enabled It should be able to be configured as in notebook

Wh1isper avatar Dec 02 '21 11:12 Wh1isper