VS Code notebooks currently can show inline variable values but not metadata, with:
"notebook.inlineValues": "auto",
Please add an option to display dtype and shape/size (e.g. NumPy, pandas) inline, similar to JupyterLab’s Variables pane.
This would significantly improve data-science workflows without opening the Data Viewer, often one has a number of tensors of various sizes and it's great to know the dims at a glance.
Ideally this would be configurable e.g. checkboxes for showing value, dtype, and dimensions.
VS Code notebooks currently can show inline variable values but not metadata, with:
Please add an option to display dtype and shape/size (e.g. NumPy, pandas) inline, similar to JupyterLab’s Variables pane.
This would significantly improve data-science workflows without opening the Data Viewer, often one has a number of tensors of various sizes and it's great to know the dims at a glance.
Ideally this would be configurable e.g. checkboxes for showing value, dtype, and dimensions.