From 47995d7787288cda1d6799b640818710f9b9709d Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Tue, 25 Feb 2025 14:19:28 +0100 Subject: [PATCH 1/2] crahsing theta --- IPython/core/interactiveshell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index 67cca752d2..66bfde280b 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -1002,7 +1002,7 @@ def banner(self): def show_banner(self, banner=None): if banner is None: banner = self.banner - print(banner) + print(banner + "crashing theta:\\u03b8") #------------------------------------------------------------------------- # Things related to hooks From 283d90230fe211b021e718dc8d138925d9060c21 Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Tue, 25 Feb 2025 14:27:15 +0100 Subject: [PATCH 2/2] real theta --- IPython/core/interactiveshell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index 66bfde280b..3a94057cb3 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -1002,7 +1002,7 @@ def banner(self): def show_banner(self, banner=None): if banner is None: banner = self.banner - print(banner + "crashing theta:\\u03b8") + print(banner + "crashing theta:θ") #------------------------------------------------------------------------- # Things related to hooks