From b18394e11852b6124dbba6d3066cd95bbc68f931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa=20Jos=C3=A9=20Ramos?= <mariayellowd@gmail.com> Date: Wed, 12 May 2021 22:02:22 -0500 Subject: [PATCH] Fixing code --- ...ython-13-TeV-framework-script-analysis.ipynb | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/ATLAS-Open-Data-Python-13-TeV-framework-script-analysis.ipynb b/ATLAS-Open-Data-Python-13-TeV-framework-script-analysis.ipynb index 49c2430..b613628 100644 --- a/ATLAS-Open-Data-Python-13-TeV-framework-script-analysis.ipynb +++ b/ATLAS-Open-Data-Python-13-TeV-framework-script-analysis.ipynb @@ -476,23 +476,6 @@ " print(\"Analysis not found\")" ] }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Enter your choice: HyyAnalysis\n" - ] - } - ], - "source": [ - "analysis = input(\"Enter your choice: \")" - ] - }, { "cell_type": "code", "execution_count": 6, -- GitLab