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?
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
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