Hello
I'm trying to connect to the lseg.data library via an API in Jupyter notebook and when trying to open a session as per below, I get an error message.
session = ld.session.platform.Definition( app_key = "My App Key", grant = ld.session.platform.GrantPassword( username = "My Useer Name", password = "My PWD" )).get_session()
AttributeError: module 'lseg.data._config_defaults' has no attribute 'config'
Can anyone help me figure out what the issue is? I generated the "App key" App in the web version and chose EDP API as API type.
Many thanks!