Open dilwong opened 2 years ago
plugin Excel Viewer in vscode has same behavior as described above. https://marketplace.visualstudio.com/items?itemName=GrapeCity.gc-excelviewer
the way around this issue was by setting csv-preview.formatValues to 'Never' in plugin settings. perhaps that may help here as well (here some docu from this plugin where this point was documented: https://github.com/jjuback/gc-excelviewer)
Applies To
What happened?
Create variable in a .ipynb notebook
and show
a
in the Data Viewer:It appears that numbers larger than or equal to
1e-10
are displayed correctly:but numbers smaller than
5e-11
replaced with0
. Numbers between5e-11
and1e-10
are rounded to1e-10
.Is this a bug or the intended behavior? I couldn't find any information on this.
VS Code Version
1.71.1
Jupyter Extension Version
v2022.8.1002431955
Jupyter logs
No response
Coding Language and Runtime Version
Python 3.9.12
Language Extension Version (if applicable)
v2022.14.0
Anaconda Version (if applicable)
conda 4.12.0
Running Jupyter locally or remotely?
Local