-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watermark doesn't catch classes/functions imported using from
#44
Comments
Hi there, could you show your usage example? I am wondering because there is currently no feature to print all the imported packages automatically (we may add that at some point though, as mentioned in #5) So in order to show the package version, you would execute
|
Sorry, I wasn't clear enough. from Bio import SeqIO
import Bio I was expecting that from X import Y and
But in the help says: |
Oh sorry, I was confused and forgot that we already added the I agree with you that it would be super nice to support the |
That functionality should work in the the new 1.8.0 version now :) |
Thank you , that was fast! |
Hello,
first, thank you for this package.
I just noticed this behaviour when importing a subclass from
Biopython
:the
watermark
magic doesn't show the info of the imported package (Bio
). I'm aware that I can solve this doingbut i was wondering if it could be implemented given that for many libraries It is customary to use:
Cheers!
The text was updated successfully, but these errors were encountered: