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

When running as a server extension, no ability to display python errors with --debug #751

Closed
aschlaep opened this issue Oct 28, 2020 · 2 comments · Fixed by #758
Closed

Comments

@aschlaep
Copy link
Member

We have Voila running as a server extension. When there is a python error, Voila displays "There was an error when executing cell [X]. Please run Voilà with --debug to see the error message." We can customize this message with cell_error_instruction, but we can not show the python stack. It seems that there is no way to run with the --debug flag when running as a sever extension, rather than running it directly.

@aschlaep
Copy link
Member Author

Entered per @maartenbreddels request.

@jeffyjefflabs
Copy link
Contributor

You can set c.Voila.show_tracebacks = True in jupyter_notebook_config.py, unless you're trying to avoid restarting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants