-
can you optimize
-
Disclaimer: I'm not a developer. I'm just reporting the words of someone who really understands the topic[^1].
Note that the "prettytable-rs" crate is pretty much dead, and it's already *slightly* …
alcir updated
2 weeks ago
-
I am seeking a table that looks more like the REPL display of the KeyedArray, rather than stacking it into a DataFrame-style format. Is that possible?
```jl
using RectiGrids, AxisKeys, PrettyTable…
-
Installing collected packages: prettytable, instagram-private-api, gnureadline, chardet, urllib3, idna, geographiclib, requests, geopy, requests-toolbelt
Attempting uninstall: prettytable
Foun…
-
I am trying to use PrettyTables with Literate, and when the table is return using the Markdown backend, Literate renders it as a code block.
In https://github.com/fredrikekre/Literate.jl/issues/262…
-
When trying to fix issues with `header_align` I noticed an existing issue with how the alignment is set in `add_autoindex`. The alignment for the index column is set based on the existing values of `s…
-
DynamicPPL's tools for profiling and debugging models are growing.
TuringBenchmarking is very lightweight, and its scope overlaps with growing utilities inside DynamicPPL, so it makes sense to cons…
yebai updated
3 weeks ago
-
For eas of installation and dependency managament please add prettytable and wcwidth as extras to dependencies.
-
### What did you do?
Emit a table in markdown format
### What did you expect to happen?
The markdown output should be parsable and rendering as a table in markdown viewers (e.g. Github)
### What a…
-
As discussed at JuliaCon, it would be great to use PrettyTables to render the `DTable` via the `show` method.