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

  • umer.nalla
    umer.nalla LSEG
    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