Jupyter Notebook is a browser bases REPL (read eval print loop) built on IPython and other open-source libraries, it allows us to run interactive python code on the browser.

It not only runs python code but also has many interesting plugins and magic commands which enhances the python coding experience greatly.

1. Calculate the time of execution of a cell:

One can calculate the time of execution of a jupyter notebook cell using magic command at the beginning of the cell. It calculates the wall time that can be referred to as the total time required to execute that cell.

#artificial-intelligence #tips-and-tricks #machine-learning #data-science #jupyter-notebook

15 Tips and Tricks for Jupyter Notebook that will ease your Coding Experience
2.45 GEEK