[CLI]: Table not rendered properly
See original GitHub issueBug Report
exp show
: table not rendered properly
Description
When dvc exp show
is run, the table is not rendered properly
Reproduce
- Run some experiments in dvc
- Run
dvc exp show
Expected
Table should be rendered properly like:
Environment information
OS: WIndows 10 Home Python version: 3.7.8
Output of dvc doctor
:
$ dvc doctor
DVC version: 2.5.4 (pip)
---------------------------------
Platform: Python 3.7.8 on Windows-10-10.0.19041-SP0
Supports:
http (requests = 2.26.0),
https (requests = 2.26.0)
Cache types: hardlink
Cache directory: NTFS on D:\
Caches: local
Remotes: None
Workspace directory: NTFS on D:\
Repo: dvc, git
Additional Information (if any): The table is rendered properly from Linux environment (using WSL on windows), but not in Windows env.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Markdown Tables not rendering - Stack Overflow
Without that blank line the table generation did not happen and those same characters appeared in my Github Markdown instead of the desired...
Read more >Link as hyperlink in terminal doesn't render correctly #73
The problem above is caused when cli-table3 truncates the content. Here is a small code to reproduce the problem (tested in iTerm2). const...
Read more >Markdown Tables Not Rendering Correctly - GitLab.org
Markdown Tables are not rendered correctly. STEPS: Create a markdown table, such as the one below.
Read more >Nested Table rows do not render properly - Issues
The real problem which happens is that you can clearly see in the console.log that 53 items are served to the table, but...
Read more >Tips for using the Azure CLI successfully - Microsoft Learn
Change the global default format to one of your personal preference by using az config such as az config set core.output=table . Note...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The problem is with the
less
pager and happens across cmd prompt, powershell and git-bash, using--no-pager
should work fine.I am trying to see if the newest version of less works.Upon further testing and implementing the above solution does fix the box issue. However, it still doesn’t properly render the experiment tree