Hi Adel!

Maybe it's not the answer to how to call the procedure from Python. But as soon as you have some ObjectScript code already you may want to try the way to call Python (pandas) from IRIS using Objectscript and transfer the data from your query to the python libraries and run it.

Python Gateway does the thing, here is the set of articles and also tagging @Eduard Lebedyuk and @Sergey Lukyanchikov to provide more details if any.

IRIS Analytics. (DeepSee) is included even in IRIS Community Version by default so you are welcome to try.

3 easiest ways to try:

1. download IRIS Community version as @Robert Cemper mentioned.

2. Launch Try IRIS instance

3. Docker pull the image

4. Run an instance of IRIS on a cloud you like: Azure, AWS, GCP.

You have IRIS Analytics with Community Edition but you probably want to try something working.

Samples BI is not included but could be installed.

The easiest way to install is to use ZPM.

Or even to launch a docker image with ZPM on board and install Samples-BI with one command.

Also, I can recommend trying AnalyzeThis by @Peter Steiwer  - it's a nice tool to generate a cube+pivot+dashboard vs arbitrary csv file.

HTH

As soon as docker pull command is not necessary I omitted it from the text, but you have it here just in case:

For InterSystems IRIS:

docker pull intersystemsdc/iris-community:2019.4.0.383.0-zpm-dev

For InterSystems IRIS for Health is:

docker pull intersystemsdc/irishealth-community:2019.4.0.383.0-zpm-dev