cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
Quick to figure out 🙂 Run the following code within the Python/R editor. (Write Select 1 in the SQL editor to be able to use the Python/R editor)
import pkg_resources;
installed_packages = [(d.project_name, d.version) for d in pkg_resources.working_set]
print(installed_packages)
And for R:
print(sessionInfo())
Version history
Last update:
‎03-02-2023 09:00 AM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: