I have some code in a Jupyter notebook. When I run it locally. It works as expected. If I use Voila to render the notebook locally it still works. When I deploy my code to a Docker container it fails on a specific cell. The error message only tells me which cell has the error. Without the actual error message it is very difficult to identify what is causing the error.
The error is pretty generic:
Unfortunately, I do not have access to the Voila configuration, so I can't use either of the options shown in the error message to enable tracebacks. We also do not want to enable tracebacks for every notebook. We only want to see tracebacks in this notebook.
Is it possible to enable tracebacks using some code I can include in my notebook, or by adding a file to my notebooks directory?
The error is pretty generic:
Quote:There was an error when executing cell [3]. Please run VoilĂ with --show_tracebacks=True or --debug to see the error message, or configure VoilaConfiguration.show_tracebacks.
Unfortunately, I do not have access to the Voila configuration, so I can't use either of the options shown in the error message to enable tracebacks. We also do not want to enable tracebacks for every notebook. We only want to see tracebacks in this notebook.
Is it possible to enable tracebacks using some code I can include in my notebook, or by adding a file to my notebooks directory?
