kylebarron / vscode-jupyter-python

Run automatically-inferred Python code blocks in the VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=kylebarron.vscode-jupyter-python
MIT License
37 stars 3 forks source link

Display execution time? #8

Closed zachwarner closed 1 year ago

zachwarner commented 1 year ago

Hey, great extension -- have been loving it so far. One small visual thing, though: the interactive window collapses the output block, hiding the execution time beneath .... It would be great if the execution time could display by default next to the green check. I searched preferences/settings but was unable to find any way to enable this.

kylebarron commented 1 year ago

I think that would be a request for upstream; this is just for sending blocks of code to be executed at once

zachwarner commented 1 year ago

Fair enough! I wasn't sure if this was something you could control.