Skip to content

Commit 21f8733

Browse files
Apply suggestion from @marianaiv
Co-authored-by: Mariana V. <53548707+marianaiv@users.noreply.github.com>
1 parent dddf6b5 commit 21f8733

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

13-TeV-examples/pyroot/ATLAS_OpenData_13_TeV_analysis_example_python_Hyy_channel.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@
6767
" import sys\n",
6868
" sys.path += [ f'{os.environ[\"HOME\"]}/.local/lib/python{sys.version_info.major}.{sys.version_info.minor}/site-packages' ]\n",
6969
"else:\n",
70-
" %pip install atlasopenmagic"
70+
" %pip install atlasopenmagic\n",
71+
"# We'll also use the time module to report how long this notebook takes to run\n",
72+
"import time\n",
73+
"start = time.time()"
7174
]
7275
},
7376
{

0 commit comments

Comments
 (0)