Answers for "jupyter %time"

1

time it in jupyter notebook

%%time
# to get a cell executation time
# put %%time at the very start of the cell
Posted by: Guest on July-10-2020
0

jupyter %time

pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
jupyter nbextension enable execute_time/ExecuteTime
Posted by: Guest on March-25-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language