在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):jupyterlab/jupyterlab-latex开源软件地址(OpenSource Url):https://github.com/jupyterlab/jupyterlab-latex开源编程语言(OpenSource Language):TypeScript 48.4%开源软件介绍(OpenSource Introduction):JupyterLab LaTeX
An extension for JupyterLab which allows for live-editing of LaTeX documents. UsageTo use, right-click on an open For more advanced usage documentation, see here. Requirements
InstallationThis extension includes both a notebook server extension (which interfaces with the LaTeX compiler)
and a lab extension (which provides the UI for the LaTeX preview).
The Python package named To install the extension, run the following in your terminal: pip install jupyterlab_latex Check installationTo ensure that extension is properly installed, you could check server and lab extensions: jupyter server extension list and see the block like this in the output
then jupyter labextension list and see the block like this in the output
CustomizationThe extension defaults to running c.LatexConfig.latex_command = 'pdflatex' The extension defaults to running c.LatexConfig.bib_command = '<custom_bib_command>' To render references ( c.LatexConfig.run_times = 2 Security and customizing shell escapesLaTeX files have the ability to run arbitrary code by triggering external shell commands. This is a security risk, and so most LaTeX distributions restrict the commands that you can run in the shell. You can customize the behavior by setting the c.LatexConfig.shell_escape = "allow" ChangesFor information on the changes with different versions of the |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论