Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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