emacs-jupyter / jupyter

An interface to communicate with Jupyter kernels.
GNU General Public License v3.0
914 stars 89 forks source link

[FR] Optionally show the time each cell execution took if more than a threshold #504

Open NightMachinery opened 8 months ago

NightMachinery commented 8 months ago

We can introduce a user-configurable threshold (in seconds). Only cells that take longer than this threshold to execute would display their execution time.