Jupyter Notebooks
Jupyter notebook issues and notes:
Section titled “Jupyter notebook issues and notes:”For empty browser page on start, just a simple refresh using CTRL+Shift+R
timing jupyter notebook cells
#For timing notebook cells
%%time
Or
install ExecuteTime plugin in jupyter_contrib_nbextensions package.
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
jupyter nbextension enable execute_time/ExecuteTime