Is there a way to see the version number of the installed Python module when using pip freeze and a file location is displayed?

Completed

Comments

1 comment

  • Avatar
    Mike Z (Edited )

    Researching this further it seems that the below works and it displays not only module name and version but build and channel too (see screenshot below). Curious what other people have to say about this.

    !conda list

    Also, found this method of using pip freeze which shows version numbers for all installed modules.

    !pip list --format=freeze

    0
    Comment actions Permalink

Please sign in to leave a comment.