How can I tell whether a user is using package DatastreamDSWS or PyDSWS if they don't know?

How can I tell whether a user is using package DatastreamDSWS or PyDSWS if they don't know?

Best Answer

  • Hi @Alison.Quick

    I am not sure if I mis-understand the question, but can they not look in their python script or jupyter notebook etc and see which library they are importing?

    import DatastreamDSWS

    or

    import PyDSWS


Answers

  • Hello @Alison.Quick

    The other way beside checking the application source code is using Python "pip list" command which give you a list of installed package/library.

    image

  • Thank you - I have realised this was quite a stupid question as the answer was staring me in the face the whole time!!!!

  • Thanks Wasin, much appreciated!

  • Hi @Alison.Quick

    You are welcome.

    Please click the 'Accept' text next to whichever answer you found most helpful. This will guide all community members who have a similar question.

    Thanks,

    AHS