Start Free Trial

Alteryx Designer Desktop Discussions

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

Python Tool

Inactive User
Not applicable

Hey.

I am using the Python tool in alteryx for a project and I want to document it. From where can I get the information of versions of libraries I am using in it?

2 REPLIES 2
danilang
19 - Altair
19 - Altair

hi @Inactive User 

 

In a Python tool

 

help('modules')

 

 

This will dump the installed modules to the results grid

 

To get the version numbers as well, go to {AlteryxInstallDir}\bin\Miniconda3\envs\DesignerBaseTools_vEnv\Scripts in a command prompt and enter pip list --local

 

Dan

Inactive User
Not applicable
The `IPython.kernel` package has been deprecated since IPython 4.0.You should import from ipykernel or jupyter_client instead.

I am getting this error 

Labels
Top Solution Authors