Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Alteryx python install for Eikon API

pwa24777
5 - Atom

Hi, im trying to install/import the Eikon refinitiv package in the jupyter python tool. Is this something that is actually possible?

1 REPLY 1
PhilipMannering
16 - Nebula
16 - Nebula

Hi @pwa24777 

 

You should be able to install the eikon package the same as any other package.

 

If you have an admin version of Alteryx, try right clicking on the Alteryx app and run as administrator. Then in the Python Tool,

from ayx import Alteryx
Alteryx.installPackage('eikon')

 

If you don't have admin privileges then try,

from ayx import Alteryx
Alteryx.installPackage('eikon --user')
Labels
Top Solution Authors