From 3388f4a080d6facdcef2674b8cb455614fb7229a Mon Sep 17 00:00:00 2001
From: Danilo Piparo <danilo.piparo@cern.ch>
Date: Thu, 17 Dec 2015 15:48:47 +0100
Subject: [PATCH] Make cell interrupt work

---
 bindings/pyroot/JupyROOT/kernel/rootkernel.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/pyroot/JupyROOT/kernel/rootkernel.py b/bindings/pyroot/JupyROOT/kernel/rootkernel.py
index 3a05f8c6d63..9e6a5683048 100644
--- a/bindings/pyroot/JupyROOT/kernel/rootkernel.py
+++ b/bindings/pyroot/JupyROOT/kernel/rootkernel.py
@@ -105,7 +105,7 @@ class ROOTKernel(MetaKernel):
 
 
         except KeyboardInterrupt:
-            self.interpreter.gROOT.SetInterrupt()
+            ROOT.gROOT.SetInterrupt()
             status = 'interrupted'
             self.ioHandler.EndCapture()
         if not silent:
-- 
GitLab