You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A setting has been introduced to control the verbosity of the execution time information within a code cell status bar.
Steps to Test:
Change the setting notebook.cellExecutionTimeVerbosity to verbose. Ensure that when executing cells in a notebook, you now see the complete timestamp and duration in the status bar (see attached screenshot)
Changing the setting while in a split view with the notebook should re-render with the chosen execution time verbosity, make sure there aren't any issues with it falling out of sync.
Thanks for testing!
The text was updated successfully, but these errors were encountered:
Refs: #168792
Complexity: 1
author: @Yoyokrazy
Create Issue
Summary
A setting has been introduced to control the verbosity of the execution time information within a code cell status bar.
Steps to Test:
notebook.cellExecutionTimeVerbosity
toverbose
. Ensure that when executing cells in a notebook, you now see the complete timestamp and duration in the status bar (see attached screenshot)Thanks for testing!
The text was updated successfully, but these errors were encountered: