From 79da834e763cee81c16a56fccc717bda0ea9bc70 Mon Sep 17 00:00:00 2001 From: Jem Bishop <40360024+jembishop@users.noreply.github.com> Date: Thu, 8 Apr 2021 11:22:06 +0100 Subject: [PATCH] typo in error message typo in VoilaConfiguration confusing when you copy paste this and it doesn't work --- voila/execute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voila/execute.py b/voila/execute.py index eef4a00ab..e2cecfc8c 100644 --- a/voila/execute.py +++ b/voila/execute.py @@ -32,7 +32,7 @@ def strip_code_cell_warnings(cell): class VoilaExecutor(NotebookClient): """Execute, but respect the output widget behaviour""" cell_error_instruction = Unicode( - 'Please run VoilĂ  with --show_tracebacks=True or --debug to see the error message, or configure VoilaConfigurion.show_tracebacks.', + 'Please run VoilĂ  with --show_tracebacks=True or --debug to see the error message, or configure VoilaConfiguration.show_tracebacks.', config=True, help=( 'instruction given to user to debug cell errors'