Add Functionality to Display Execution Date and Time for Each Cell #16081
Replies: 1 comment
-
I wished this was included ASAP, but I couldn´t agree more on its usefulness. Execution time is already provided. I don´t know if this is configurable at the time to make it report in The desired output in my mind would be something like: Bonus if the execution time would be configurable (maybe settings) to display in minutes, seconds, and milliseconds so a more extended execution example could display like: Some rounding up or down, expected! |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for the excellent work on the VS Code Jupyter extension! I would like to propose a feature request to automatically display the execution date and time in the output for each cell in Jupyter Notebooks.
Currently, the built-in Notebook Output in VS Code only shows the execution duration of each cell, but it does not display the specific date and time. This would be incredibly useful for tracking data analysis and experimental results, especially when dealing with long-running computations or when time-stamping logs is necessary.
Desired Functionality:
This would help users better understand and document the execution process of their code.
Additional Suggestions:
If possible, it would be great to provide a configuration option that allows users to choose whether or not to display this information in the output.
Thank you for considering this request! I look forward to your response.
Beta Was this translation helpful? Give feedback.
All reactions