Sebastian Raschka

Results 818 comments of Sebastian Raschka

Good question. In most cases, I think that ```python pkg_resources.get_distribution(p).version ``` (https://github.com/rasbt/watermark/blob/master/watermark/watermark.py#L157) should take care of it. But if `pkg_resources` can find the version, we have the manual brute-force approach...

Wow, that was quick! Thanks a lot. I just skimmed over it and looks cool so far, but let me give it a more thorough look on the weekend and...

I just wanted to give a brief sign of life ... Sorry, I didn't get to it last weekend, but I will definitely check it out this weekend! There was...

Thanks again for the pull request. Looks good to me so far :). Just a few comments: 1. Thanks for adding `*_checkpoints*` to .gitignore and deleting `.ipynb_checkpoints/*` 2. The `setup.py`...

> but on 6, the reasoning is that JSON > dates should pretty much always be ISO 8601 formatted. Thanks for the clarification, makes total sense!

Oh yeah, this looks like a bug. Not sure what is different about sympy that causes this to happen. Have to look into this.

Thanks for looking into this. Yeah, it looks weird, and I don't know why sympy only shows up in the list of imports of it is imported directly. Taking a...

Thanks. I am not sure how to resolve this / if this can be resolved. I am hoping someone might know a solution

Thanks for the note. I wish I knew a good way to fix that :(

Thanks for posting. Still don’t know a good solution for this 😢