Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting shell_escape in config dose not work #115

Open
ForKicks2 opened this issue Apr 18, 2019 · 0 comments
Open

Setting shell_escape in config dose not work #115

ForKicks2 opened this issue Apr 18, 2019 · 0 comments
Labels

Comments

@ForKicks2
Copy link

I'm reporting this as a bug, as I cant seem to pass the command from jupyter config.

Seems like the only way to make it work, is manually modifying the source code and building the extension with:

shell_escape = CaselessStrEnum(['restricted', 'allow', 'disallow'],
default_value='allow', config=True,

in jupyterlab-latex/jupyterlab_latex/config.py

@ktaletsk ktaletsk added the bug label Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants