Sebastian Raschka
Sebastian Raschka
That's a good suggestion! A parameter like `--gpu_info` could be a nice addition. I am wondering though how to do this in a general way (e.g., some way that works...
I think you are right! I think the UTC format itself doesn't use a space but for "UTC" in the string, there should be a space: ![Screen Shot 2020-12-04 at...
To be honest, originally I made this without being aware of the different time zone formats, which is why it's no particular one. I like the RFC1123 best as well....
Yeah, the use of `pkg_resources` sounds fine to me. (Also see the related discussion at #41)
Btw I forgot that we have a %watermark -iv E.g.,
I agree, adding CLI support sounds like a good idea to me. Regarding RMardkown or R notebooks, I use RMarkdown occasionally for R, but I have no idea how to...
Regarding `click`, is this still commonly used? I remember that some time ago some people recommended it over `argparse` but personally, I have never had any issues over `argparse` --...
Sounds good! I mainly never used it because from a user perspective, the command line use looks exactly like argparse so I thought why adding another dependency. But I am...
Thanks for the suggestion, this sounds interesting. API-wise, I would think of an additional (optional) flag that would maybe write the produced output into the meta-tag. Just wondering, what application...
> metadata in standard formats (iso, etc) is more > unambiguously parseable by downstream consumers and UI than inline text. Good point, I agree. In this context, I could also...