I can run Eikon queries from my usual IDE (Pyzo) but when I try to connect to the Eikon API from Jupyter Notebook I get the following error:
2020-09-25 13:09:03,867 P[16856] [MainThread 19368] Error: no proxy address identified. Check if Eikon Desktop or Eikon API Proxy is running. 2020-09-25 13:09:03,871 P[16856] [MainThread 19368] Port number was not identified, cannot send any request 2020-09-25 13:09:03,872 P[16856] [MainThread 19368] Port number was not identified. Check if Eikon Desktop or Eikon API Proxy is running.
The Eikon python package gets imported without error but then the ek.set_app_key doesn't find the Eikon API Proxy although it doesn't have this issue on my IDE.
Could you please help?