From 00fdab7d072c1314a6c3ae187883b02662245afd Mon Sep 17 00:00:00 2001 From: Sergey Linev Date: Fri, 5 Jun 2026 18:26:38 +0200 Subject: [PATCH] [jupyter] remove wrong div closure from html Also remove no-longer used code for file It is now shared between file browsing and drawing --- .../python/ROOT/_jupyroot/helpers/utils.py | 42 ------------------- 1 file changed, 42 deletions(-) diff --git a/bindings/pyroot/pythonizations/python/ROOT/_jupyroot/helpers/utils.py b/bindings/pyroot/pythonizations/python/ROOT/_jupyroot/helpers/utils.py index 58c2f195a43e8..dbcc7840ac22f 100644 --- a/bindings/pyroot/pythonizations/python/ROOT/_jupyroot/helpers/utils.py +++ b/bindings/pyroot/pythonizations/python/ROOT/_jupyroot/helpers/utils.py @@ -89,7 +89,6 @@ _jsCode = """ {jsDivHtml} - """ - -_jsFileCode = """ -
-
-
-
- -""" - - - TBufferJSONErrorMessage = "The TBufferJSON class is necessary for JS visualisation to work and cannot be found. Did you enable the http module (-D http=ON for CMake)?"