diff --git a/myst_libre/tools/jupyter_hub_local_spawner.py b/myst_libre/tools/jupyter_hub_local_spawner.py index e070b43..ff3a425 100644 --- a/myst_libre/tools/jupyter_hub_local_spawner.py +++ b/myst_libre/tools/jupyter_hub_local_spawner.py @@ -116,7 +116,7 @@ def spawn_jupyter_hub(self, jb_build_command=None): # Use the helper function to log and print messages def log_and_print(message, color=None): - output_logs.append(message) + output_logs.append(f"\n {message}") if color: self.cprint(message, color) else: